diff --git a/grammar.js b/grammar.js index 1f13546..e2f472d 100644 --- a/grammar.js +++ b/grammar.js @@ -1387,6 +1387,7 @@ module.exports = grammar({ $.identifier, reservedWord('in'), $._discrete_subtype_definition, + optional($.aspect_specification), ), enumeration_aggregate: $ => $._array_aggregate, // ??? inline ARM 13.4 enumeration_representation_clause: $ => seq( // ARM 13.4 diff --git a/src/grammar.json b/src/grammar.json index 1a4b966..b498f9a 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -8248,6 +8248,18 @@ { "type": "SYMBOL", "name": "_discrete_subtype_definition" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "aspect_specification" + }, + { + "type": "BLANK" + } + ] } ] }, diff --git a/src/node-types.json b/src/node-types.json index a07f0d6..6ed2dfb 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -3220,6 +3220,10 @@ "multiple": true, "required": true, "types": [ + { + "type": "aspect_specification", + "named": true + }, { "type": "delta_constraint", "named": true diff --git a/src/parser.c b/src/parser.c index f35a2d9..7820175 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2133 +#define STATE_COUNT 2134 #define LARGE_STATE_COUNT 111 #define SYMBOL_COUNT 456 #define ALIAS_COUNT 0 @@ -4748,7 +4748,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [964] = 964, [965] = 965, [966] = 966, - [967] = 964, + [967] = 967, [968] = 968, [969] = 969, [970] = 970, @@ -4790,7 +4790,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1006] = 1006, [1007] = 1007, [1008] = 1008, - [1009] = 1009, + [1009] = 967, [1010] = 1010, [1011] = 1011, [1012] = 1012, @@ -5066,8 +5066,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1282] = 1282, [1283] = 1283, [1284] = 1284, - [1285] = 1267, - [1286] = 1286, + [1285] = 1285, + [1286] = 1258, [1287] = 1287, [1288] = 1288, [1289] = 1289, @@ -5914,6 +5914,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2130] = 2130, [2131] = 2131, [2132] = 2132, + [2133] = 2133, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -8822,9 +8823,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [891] = {.lex_state = 48}, [892] = {.lex_state = 48}, [893] = {.lex_state = 11}, - [894] = {.lex_state = 48}, + [894] = {.lex_state = 11}, [895] = {.lex_state = 48}, - [896] = {.lex_state = 11}, + [896] = {.lex_state = 48}, [897] = {.lex_state = 11}, [898] = {.lex_state = 11}, [899] = {.lex_state = 11}, @@ -8848,27 +8849,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [917] = {.lex_state = 48}, [918] = {.lex_state = 48}, [919] = {.lex_state = 48}, - [920] = {.lex_state = 11}, + [920] = {.lex_state = 48}, [921] = {.lex_state = 48}, [922] = {.lex_state = 48}, - [923] = {.lex_state = 48}, + [923] = {.lex_state = 11}, [924] = {.lex_state = 48}, - [925] = {.lex_state = 48}, + [925] = {.lex_state = 11}, [926] = {.lex_state = 48}, - [927] = {.lex_state = 11}, - [928] = {.lex_state = 48}, - [929] = {.lex_state = 11}, - [930] = {.lex_state = 48}, + [927] = {.lex_state = 48}, + [928] = {.lex_state = 11}, + [929] = {.lex_state = 48}, + [930] = {.lex_state = 11}, [931] = {.lex_state = 10}, [932] = {.lex_state = 48}, [933] = {.lex_state = 48}, - [934] = {.lex_state = 11}, + [934] = {.lex_state = 48}, [935] = {.lex_state = 48}, [936] = {.lex_state = 48}, - [937] = {.lex_state = 11}, - [938] = {.lex_state = 11}, + [937] = {.lex_state = 48}, + [938] = {.lex_state = 48}, [939] = {.lex_state = 48}, - [940] = {.lex_state = 48}, + [940] = {.lex_state = 11}, [941] = {.lex_state = 48}, [942] = {.lex_state = 48}, [943] = {.lex_state = 48}, @@ -8885,63 +8886,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [954] = {.lex_state = 10}, [955] = {.lex_state = 48}, [956] = {.lex_state = 48}, - [957] = {.lex_state = 48}, - [958] = {.lex_state = 11}, + [957] = {.lex_state = 11}, + [958] = {.lex_state = 48}, [959] = {.lex_state = 11}, [960] = {.lex_state = 48}, - [961] = {.lex_state = 48}, - [962] = {.lex_state = 48}, + [961] = {.lex_state = 11}, + [962] = {.lex_state = 11}, [963] = {.lex_state = 48}, - [964] = {.lex_state = 0}, + [964] = {.lex_state = 11}, [965] = {.lex_state = 48}, [966] = {.lex_state = 11}, [967] = {.lex_state = 10}, [968] = {.lex_state = 11}, [969] = {.lex_state = 11}, - [970] = {.lex_state = 11}, + [970] = {.lex_state = 48}, [971] = {.lex_state = 48}, - [972] = {.lex_state = 48}, + [972] = {.lex_state = 10}, [973] = {.lex_state = 48}, [974] = {.lex_state = 48}, [975] = {.lex_state = 11}, [976] = {.lex_state = 48}, - [977] = {.lex_state = 10}, + [977] = {.lex_state = 11}, [978] = {.lex_state = 48}, [979] = {.lex_state = 11}, - [980] = {.lex_state = 11}, - [981] = {.lex_state = 11}, - [982] = {.lex_state = 48}, - [983] = {.lex_state = 48}, - [984] = {.lex_state = 11}, + [980] = {.lex_state = 48}, + [981] = {.lex_state = 48}, + [982] = {.lex_state = 11}, + [983] = {.lex_state = 10}, + [984] = {.lex_state = 48}, [985] = {.lex_state = 11}, - [986] = {.lex_state = 10}, + [986] = {.lex_state = 48}, [987] = {.lex_state = 48}, [988] = {.lex_state = 11}, [989] = {.lex_state = 48}, - [990] = {.lex_state = 48}, - [991] = {.lex_state = 11}, + [990] = {.lex_state = 11}, + [991] = {.lex_state = 48}, [992] = {.lex_state = 11}, [993] = {.lex_state = 11}, [994] = {.lex_state = 48}, [995] = {.lex_state = 48}, [996] = {.lex_state = 48}, - [997] = {.lex_state = 11}, - [998] = {.lex_state = 48}, + [997] = {.lex_state = 48}, + [998] = {.lex_state = 11}, [999] = {.lex_state = 48}, [1000] = {.lex_state = 48}, [1001] = {.lex_state = 11}, - [1002] = {.lex_state = 11}, + [1002] = {.lex_state = 48}, [1003] = {.lex_state = 48}, [1004] = {.lex_state = 48}, [1005] = {.lex_state = 48}, [1006] = {.lex_state = 48}, - [1007] = {.lex_state = 48}, + [1007] = {.lex_state = 11}, [1008] = {.lex_state = 11}, - [1009] = {.lex_state = 48}, + [1009] = {.lex_state = 0}, [1010] = {.lex_state = 11}, - [1011] = {.lex_state = 0}, - [1012] = {.lex_state = 48}, - [1013] = {.lex_state = 48}, + [1011] = {.lex_state = 48}, + [1012] = {.lex_state = 0}, + [1013] = {.lex_state = 11}, [1014] = {.lex_state = 48}, [1015] = {.lex_state = 48}, [1016] = {.lex_state = 48}, @@ -8952,14 +8953,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1021] = {.lex_state = 48}, [1022] = {.lex_state = 0}, [1023] = {.lex_state = 48}, - [1024] = {.lex_state = 0}, - [1025] = {.lex_state = 48}, - [1026] = {.lex_state = 11}, + [1024] = {.lex_state = 48}, + [1025] = {.lex_state = 0}, + [1026] = {.lex_state = 48}, [1027] = {.lex_state = 11}, [1028] = {.lex_state = 11}, - [1029] = {.lex_state = 48}, - [1030] = {.lex_state = 48}, - [1031] = {.lex_state = 10}, + [1029] = {.lex_state = 11}, + [1030] = {.lex_state = 10}, + [1031] = {.lex_state = 48}, [1032] = {.lex_state = 48}, [1033] = {.lex_state = 48}, [1034] = {.lex_state = 48}, @@ -8973,23 +8974,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1042] = {.lex_state = 48}, [1043] = {.lex_state = 48}, [1044] = {.lex_state = 48}, - [1045] = {.lex_state = 11}, - [1046] = {.lex_state = 0}, + [1045] = {.lex_state = 48}, + [1046] = {.lex_state = 11}, [1047] = {.lex_state = 48}, - [1048] = {.lex_state = 11}, - [1049] = {.lex_state = 10}, + [1048] = {.lex_state = 0}, + [1049] = {.lex_state = 11}, [1050] = {.lex_state = 10}, [1051] = {.lex_state = 10}, - [1052] = {.lex_state = 48}, - [1053] = {.lex_state = 11}, - [1054] = {.lex_state = 10}, + [1052] = {.lex_state = 11}, + [1053] = {.lex_state = 10}, + [1054] = {.lex_state = 48}, [1055] = {.lex_state = 48}, - [1056] = {.lex_state = 48}, + [1056] = {.lex_state = 10}, [1057] = {.lex_state = 10}, - [1058] = {.lex_state = 10}, - [1059] = {.lex_state = 48}, - [1060] = {.lex_state = 48}, - [1061] = {.lex_state = 10}, + [1058] = {.lex_state = 48}, + [1059] = {.lex_state = 10}, + [1060] = {.lex_state = 10}, + [1061] = {.lex_state = 48}, [1062] = {.lex_state = 48}, [1063] = {.lex_state = 48}, [1064] = {.lex_state = 48}, @@ -9000,36 +9001,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1069] = {.lex_state = 10}, [1070] = {.lex_state = 0}, [1071] = {.lex_state = 10}, - [1072] = {.lex_state = 10}, - [1073] = {.lex_state = 48}, - [1074] = {.lex_state = 11}, + [1072] = {.lex_state = 48}, + [1073] = {.lex_state = 10}, + [1074] = {.lex_state = 48}, [1075] = {.lex_state = 48}, [1076] = {.lex_state = 48}, - [1077] = {.lex_state = 48}, - [1078] = {.lex_state = 10}, + [1077] = {.lex_state = 10}, + [1078] = {.lex_state = 48}, [1079] = {.lex_state = 48}, - [1080] = {.lex_state = 48}, + [1080] = {.lex_state = 0}, [1081] = {.lex_state = 48}, - [1082] = {.lex_state = 0}, + [1082] = {.lex_state = 48}, [1083] = {.lex_state = 48}, [1084] = {.lex_state = 10}, [1085] = {.lex_state = 10}, [1086] = {.lex_state = 48}, [1087] = {.lex_state = 10}, [1088] = {.lex_state = 11}, - [1089] = {.lex_state = 10}, + [1089] = {.lex_state = 48}, [1090] = {.lex_state = 48}, [1091] = {.lex_state = 48}, - [1092] = {.lex_state = 48}, + [1092] = {.lex_state = 10}, [1093] = {.lex_state = 48}, [1094] = {.lex_state = 48}, [1095] = {.lex_state = 48}, [1096] = {.lex_state = 48}, - [1097] = {.lex_state = 10}, + [1097] = {.lex_state = 48}, [1098] = {.lex_state = 10}, [1099] = {.lex_state = 10}, [1100] = {.lex_state = 48}, - [1101] = {.lex_state = 48}, + [1101] = {.lex_state = 10}, [1102] = {.lex_state = 0}, [1103] = {.lex_state = 11}, [1104] = {.lex_state = 11}, @@ -9038,22 +9039,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1107] = {.lex_state = 48}, [1108] = {.lex_state = 48}, [1109] = {.lex_state = 48}, - [1110] = {.lex_state = 11}, + [1110] = {.lex_state = 48}, [1111] = {.lex_state = 48}, - [1112] = {.lex_state = 10}, + [1112] = {.lex_state = 11}, [1113] = {.lex_state = 48}, - [1114] = {.lex_state = 48}, - [1115] = {.lex_state = 10}, - [1116] = {.lex_state = 11}, + [1114] = {.lex_state = 11}, + [1115] = {.lex_state = 48}, + [1116] = {.lex_state = 48}, [1117] = {.lex_state = 48}, [1118] = {.lex_state = 48}, - [1119] = {.lex_state = 48}, + [1119] = {.lex_state = 10}, [1120] = {.lex_state = 48}, [1121] = {.lex_state = 10}, [1122] = {.lex_state = 48}, [1123] = {.lex_state = 10}, [1124] = {.lex_state = 48}, - [1125] = {.lex_state = 48}, + [1125] = {.lex_state = 10}, [1126] = {.lex_state = 48}, [1127] = {.lex_state = 10}, [1128] = {.lex_state = 48}, @@ -9061,36 +9062,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1130] = {.lex_state = 0}, [1131] = {.lex_state = 48}, [1132] = {.lex_state = 48}, - [1133] = {.lex_state = 48}, - [1134] = {.lex_state = 0}, + [1133] = {.lex_state = 0}, + [1134] = {.lex_state = 48}, [1135] = {.lex_state = 48}, [1136] = {.lex_state = 0}, [1137] = {.lex_state = 48}, - [1138] = {.lex_state = 0}, - [1139] = {.lex_state = 48}, - [1140] = {.lex_state = 48}, + [1138] = {.lex_state = 48}, + [1139] = {.lex_state = 0}, + [1140] = {.lex_state = 0}, [1141] = {.lex_state = 48}, - [1142] = {.lex_state = 0}, + [1142] = {.lex_state = 48}, [1143] = {.lex_state = 48}, [1144] = {.lex_state = 48}, [1145] = {.lex_state = 48}, [1146] = {.lex_state = 48}, - [1147] = {.lex_state = 11}, + [1147] = {.lex_state = 48}, [1148] = {.lex_state = 48}, - [1149] = {.lex_state = 48}, - [1150] = {.lex_state = 48}, + [1149] = {.lex_state = 11}, + [1150] = {.lex_state = 0}, [1151] = {.lex_state = 48}, - [1152] = {.lex_state = 0}, + [1152] = {.lex_state = 48}, [1153] = {.lex_state = 48}, [1154] = {.lex_state = 48}, [1155] = {.lex_state = 48}, - [1156] = {.lex_state = 0}, + [1156] = {.lex_state = 48}, [1157] = {.lex_state = 48}, - [1158] = {.lex_state = 0}, + [1158] = {.lex_state = 48}, [1159] = {.lex_state = 48}, - [1160] = {.lex_state = 48}, + [1160] = {.lex_state = 0}, [1161] = {.lex_state = 48}, - [1162] = {.lex_state = 48}, + [1162] = {.lex_state = 0}, [1163] = {.lex_state = 48}, [1164] = {.lex_state = 48}, [1165] = {.lex_state = 48}, @@ -9111,9 +9112,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1180] = {.lex_state = 48}, [1181] = {.lex_state = 48}, [1182] = {.lex_state = 48}, - [1183] = {.lex_state = 0}, + [1183] = {.lex_state = 48}, [1184] = {.lex_state = 48}, - [1185] = {.lex_state = 48}, + [1185] = {.lex_state = 0}, [1186] = {.lex_state = 48}, [1187] = {.lex_state = 48}, [1188] = {.lex_state = 48}, @@ -9128,8 +9129,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1197] = {.lex_state = 48}, [1198] = {.lex_state = 48}, [1199] = {.lex_state = 48}, - [1200] = {.lex_state = 0}, - [1201] = {.lex_state = 48}, + [1200] = {.lex_state = 48}, + [1201] = {.lex_state = 0}, [1202] = {.lex_state = 48}, [1203] = {.lex_state = 48}, [1204] = {.lex_state = 48}, @@ -9138,84 +9139,84 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1207] = {.lex_state = 48}, [1208] = {.lex_state = 48}, [1209] = {.lex_state = 48}, - [1210] = {.lex_state = 0}, - [1211] = {.lex_state = 48}, - [1212] = {.lex_state = 0}, - [1213] = {.lex_state = 48}, + [1210] = {.lex_state = 48}, + [1211] = {.lex_state = 0}, + [1212] = {.lex_state = 48}, + [1213] = {.lex_state = 0}, [1214] = {.lex_state = 48}, - [1215] = {.lex_state = 11}, - [1216] = {.lex_state = 48}, + [1215] = {.lex_state = 48}, + [1216] = {.lex_state = 11}, [1217] = {.lex_state = 48}, - [1218] = {.lex_state = 0}, - [1219] = {.lex_state = 48}, + [1218] = {.lex_state = 48}, + [1219] = {.lex_state = 0}, [1220] = {.lex_state = 48}, [1221] = {.lex_state = 48}, - [1222] = {.lex_state = 48}, + [1222] = {.lex_state = 0}, [1223] = {.lex_state = 48}, - [1224] = {.lex_state = 0}, + [1224] = {.lex_state = 48}, [1225] = {.lex_state = 48}, [1226] = {.lex_state = 48}, [1227] = {.lex_state = 0}, [1228] = {.lex_state = 48}, [1229] = {.lex_state = 48}, [1230] = {.lex_state = 48}, - [1231] = {.lex_state = 0}, + [1231] = {.lex_state = 48}, [1232] = {.lex_state = 48}, - [1233] = {.lex_state = 0}, + [1233] = {.lex_state = 48}, [1234] = {.lex_state = 48}, [1235] = {.lex_state = 48}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 48}, [1238] = {.lex_state = 48}, [1239] = {.lex_state = 0}, - [1240] = {.lex_state = 48}, - [1241] = {.lex_state = 48}, + [1240] = {.lex_state = 0}, + [1241] = {.lex_state = 0}, [1242] = {.lex_state = 48}, [1243] = {.lex_state = 48}, [1244] = {.lex_state = 48}, [1245] = {.lex_state = 48}, [1246] = {.lex_state = 48}, - [1247] = {.lex_state = 0}, + [1247] = {.lex_state = 48}, [1248] = {.lex_state = 48}, [1249] = {.lex_state = 48}, [1250] = {.lex_state = 48}, [1251] = {.lex_state = 0}, - [1252] = {.lex_state = 0}, - [1253] = {.lex_state = 48}, + [1252] = {.lex_state = 48}, + [1253] = {.lex_state = 0}, [1254] = {.lex_state = 0}, [1255] = {.lex_state = 48}, [1256] = {.lex_state = 48}, [1257] = {.lex_state = 0}, - [1258] = {.lex_state = 48}, - [1259] = {.lex_state = 48}, + [1258] = {.lex_state = 0}, + [1259] = {.lex_state = 0}, [1260] = {.lex_state = 48}, [1261] = {.lex_state = 48}, - [1262] = {.lex_state = 0}, + [1262] = {.lex_state = 48}, [1263] = {.lex_state = 0}, [1264] = {.lex_state = 0}, [1265] = {.lex_state = 48}, - [1266] = {.lex_state = 48}, - [1267] = {.lex_state = 0}, + [1266] = {.lex_state = 0}, + [1267] = {.lex_state = 48}, [1268] = {.lex_state = 48}, [1269] = {.lex_state = 48}, [1270] = {.lex_state = 0}, [1271] = {.lex_state = 0}, [1272] = {.lex_state = 48}, - [1273] = {.lex_state = 0}, - [1274] = {.lex_state = 0}, - [1275] = {.lex_state = 0}, + [1273] = {.lex_state = 48}, + [1274] = {.lex_state = 48}, + [1275] = {.lex_state = 48}, [1276] = {.lex_state = 48}, [1277] = {.lex_state = 0}, - [1278] = {.lex_state = 48}, - [1279] = {.lex_state = 48}, + [1278] = {.lex_state = 0}, + [1279] = {.lex_state = 0}, [1280] = {.lex_state = 48}, [1281] = {.lex_state = 48}, - [1282] = {.lex_state = 48}, + [1282] = {.lex_state = 0}, [1283] = {.lex_state = 48}, [1284] = {.lex_state = 48}, - [1285] = {.lex_state = 48}, + [1285] = {.lex_state = 0}, [1286] = {.lex_state = 48}, - [1287] = {.lex_state = 0}, + [1287] = {.lex_state = 48}, [1288] = {.lex_state = 48}, [1289] = {.lex_state = 48}, [1290] = {.lex_state = 48}, @@ -9223,25 +9224,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1292] = {.lex_state = 0}, [1293] = {.lex_state = 48}, [1294] = {.lex_state = 48}, - [1295] = {.lex_state = 0}, - [1296] = {.lex_state = 48}, + [1295] = {.lex_state = 48}, + [1296] = {.lex_state = 0}, [1297] = {.lex_state = 48}, [1298] = {.lex_state = 0}, [1299] = {.lex_state = 48}, - [1300] = {.lex_state = 0}, + [1300] = {.lex_state = 48}, [1301] = {.lex_state = 48}, [1302] = {.lex_state = 0}, [1303] = {.lex_state = 48}, [1304] = {.lex_state = 48}, [1305] = {.lex_state = 48}, [1306] = {.lex_state = 0}, - [1307] = {.lex_state = 0}, + [1307] = {.lex_state = 48}, [1308] = {.lex_state = 48}, - [1309] = {.lex_state = 48}, - [1310] = {.lex_state = 0}, + [1309] = {.lex_state = 0}, + [1310] = {.lex_state = 48}, [1311] = {.lex_state = 48}, [1312] = {.lex_state = 0}, - [1313] = {.lex_state = 48}, + [1313] = {.lex_state = 0}, [1314] = {.lex_state = 48}, [1315] = {.lex_state = 0}, [1316] = {.lex_state = 48}, @@ -9249,15 +9250,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1318] = {.lex_state = 48}, [1319] = {.lex_state = 0}, [1320] = {.lex_state = 48}, - [1321] = {.lex_state = 48}, + [1321] = {.lex_state = 0}, [1322] = {.lex_state = 48}, [1323] = {.lex_state = 48}, [1324] = {.lex_state = 48}, - [1325] = {.lex_state = 0}, - [1326] = {.lex_state = 48}, + [1325] = {.lex_state = 48}, + [1326] = {.lex_state = 0}, [1327] = {.lex_state = 48}, [1328] = {.lex_state = 48}, - [1329] = {.lex_state = 48}, + [1329] = {.lex_state = 0}, [1330] = {.lex_state = 0}, [1331] = {.lex_state = 48}, [1332] = {.lex_state = 48}, @@ -9266,36 +9267,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1335] = {.lex_state = 0}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0}, - [1338] = {.lex_state = 48}, - [1339] = {.lex_state = 0}, - [1340] = {.lex_state = 0}, + [1338] = {.lex_state = 0}, + [1339] = {.lex_state = 48}, + [1340] = {.lex_state = 48}, [1341] = {.lex_state = 48}, - [1342] = {.lex_state = 48}, + [1342] = {.lex_state = 0}, [1343] = {.lex_state = 48}, [1344] = {.lex_state = 48}, [1345] = {.lex_state = 48}, - [1346] = {.lex_state = 48}, + [1346] = {.lex_state = 0}, [1347] = {.lex_state = 48}, - [1348] = {.lex_state = 0}, - [1349] = {.lex_state = 48}, - [1350] = {.lex_state = 48}, + [1348] = {.lex_state = 48}, + [1349] = {.lex_state = 0}, + [1350] = {.lex_state = 0}, [1351] = {.lex_state = 0}, [1352] = {.lex_state = 48}, - [1353] = {.lex_state = 0}, - [1354] = {.lex_state = 48}, + [1353] = {.lex_state = 48}, + [1354] = {.lex_state = 0}, [1355] = {.lex_state = 48}, [1356] = {.lex_state = 48}, [1357] = {.lex_state = 48}, - [1358] = {.lex_state = 0}, + [1358] = {.lex_state = 48}, [1359] = {.lex_state = 48}, [1360] = {.lex_state = 48}, [1361] = {.lex_state = 48}, - [1362] = {.lex_state = 48}, + [1362] = {.lex_state = 0}, [1363] = {.lex_state = 0}, - [1364] = {.lex_state = 0}, + [1364] = {.lex_state = 48}, [1365] = {.lex_state = 48}, [1366] = {.lex_state = 48}, - [1367] = {.lex_state = 0}, + [1367] = {.lex_state = 48}, [1368] = {.lex_state = 48}, [1369] = {.lex_state = 48}, [1370] = {.lex_state = 48}, @@ -9304,10 +9305,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1373] = {.lex_state = 48}, [1374] = {.lex_state = 48}, [1375] = {.lex_state = 48}, - [1376] = {.lex_state = 0}, - [1377] = {.lex_state = 0}, + [1376] = {.lex_state = 48}, + [1377] = {.lex_state = 48}, [1378] = {.lex_state = 48}, - [1379] = {.lex_state = 48}, + [1379] = {.lex_state = 0}, [1380] = {.lex_state = 48}, [1381] = {.lex_state = 48}, [1382] = {.lex_state = 48}, @@ -9317,39 +9318,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1386] = {.lex_state = 0}, [1387] = {.lex_state = 48}, [1388] = {.lex_state = 48}, - [1389] = {.lex_state = 0}, + [1389] = {.lex_state = 48}, [1390] = {.lex_state = 48}, - [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 48}, + [1391] = {.lex_state = 48}, + [1392] = {.lex_state = 0}, [1393] = {.lex_state = 48}, [1394] = {.lex_state = 48}, [1395] = {.lex_state = 48}, [1396] = {.lex_state = 48}, [1397] = {.lex_state = 0}, [1398] = {.lex_state = 48}, - [1399] = {.lex_state = 0}, + [1399] = {.lex_state = 48}, [1400] = {.lex_state = 48}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 48}, - [1403] = {.lex_state = 0}, + [1403] = {.lex_state = 48}, [1404] = {.lex_state = 48}, [1405] = {.lex_state = 48}, - [1406] = {.lex_state = 48}, + [1406] = {.lex_state = 0}, [1407] = {.lex_state = 48}, [1408] = {.lex_state = 48}, [1409] = {.lex_state = 48}, [1410] = {.lex_state = 48}, [1411] = {.lex_state = 48}, - [1412] = {.lex_state = 48}, + [1412] = {.lex_state = 0}, [1413] = {.lex_state = 48}, - [1414] = {.lex_state = 0}, + [1414] = {.lex_state = 48}, [1415] = {.lex_state = 48}, [1416] = {.lex_state = 48}, [1417] = {.lex_state = 48}, [1418] = {.lex_state = 48}, [1419] = {.lex_state = 48}, [1420] = {.lex_state = 48}, - [1421] = {.lex_state = 48}, + [1421] = {.lex_state = 0}, [1422] = {.lex_state = 48}, [1423] = {.lex_state = 48}, [1424] = {.lex_state = 48}, @@ -9357,11 +9358,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1426] = {.lex_state = 48}, [1427] = {.lex_state = 48}, [1428] = {.lex_state = 48}, - [1429] = {.lex_state = 48}, + [1429] = {.lex_state = 0}, [1430] = {.lex_state = 48}, - [1431] = {.lex_state = 0}, + [1431] = {.lex_state = 48}, [1432] = {.lex_state = 48}, - [1433] = {.lex_state = 0}, + [1433] = {.lex_state = 48}, [1434] = {.lex_state = 48}, [1435] = {.lex_state = 48}, [1436] = {.lex_state = 48}, @@ -9390,15 +9391,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1459] = {.lex_state = 48}, [1460] = {.lex_state = 48}, [1461] = {.lex_state = 48}, - [1462] = {.lex_state = 48}, + [1462] = {.lex_state = 0}, [1463] = {.lex_state = 48}, [1464] = {.lex_state = 48}, [1465] = {.lex_state = 48}, - [1466] = {.lex_state = 48}, - [1467] = {.lex_state = 48}, + [1466] = {.lex_state = 0}, + [1467] = {.lex_state = 0}, [1468] = {.lex_state = 48}, - [1469] = {.lex_state = 0}, - [1470] = {.lex_state = 48}, + [1469] = {.lex_state = 48}, + [1470] = {.lex_state = 0}, [1471] = {.lex_state = 48}, [1472] = {.lex_state = 48}, [1473] = {.lex_state = 48}, @@ -9409,29 +9410,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1478] = {.lex_state = 48}, [1479] = {.lex_state = 48}, [1480] = {.lex_state = 48}, - [1481] = {.lex_state = 0}, + [1481] = {.lex_state = 48}, [1482] = {.lex_state = 48}, [1483] = {.lex_state = 48}, [1484] = {.lex_state = 48}, [1485] = {.lex_state = 48}, [1486] = {.lex_state = 48}, - [1487] = {.lex_state = 48}, + [1487] = {.lex_state = 0}, [1488] = {.lex_state = 48}, [1489] = {.lex_state = 48}, [1490] = {.lex_state = 48}, [1491] = {.lex_state = 48}, - [1492] = {.lex_state = 0}, - [1493] = {.lex_state = 48}, - [1494] = {.lex_state = 48}, + [1492] = {.lex_state = 48}, + [1493] = {.lex_state = 0}, + [1494] = {.lex_state = 0}, [1495] = {.lex_state = 48}, [1496] = {.lex_state = 48}, [1497] = {.lex_state = 48}, [1498] = {.lex_state = 48}, [1499] = {.lex_state = 48}, [1500] = {.lex_state = 48}, - [1501] = {.lex_state = 0}, + [1501] = {.lex_state = 48}, [1502] = {.lex_state = 0}, - [1503] = {.lex_state = 48}, + [1503] = {.lex_state = 0}, [1504] = {.lex_state = 48}, [1505] = {.lex_state = 48}, [1506] = {.lex_state = 0}, @@ -9441,30 +9442,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1510] = {.lex_state = 48}, [1511] = {.lex_state = 0}, [1512] = {.lex_state = 48}, - [1513] = {.lex_state = 0}, - [1514] = {.lex_state = 0}, + [1513] = {.lex_state = 48}, + [1514] = {.lex_state = 48}, [1515] = {.lex_state = 48}, [1516] = {.lex_state = 48}, [1517] = {.lex_state = 48}, - [1518] = {.lex_state = 0}, + [1518] = {.lex_state = 48}, [1519] = {.lex_state = 48}, - [1520] = {.lex_state = 48}, + [1520] = {.lex_state = 0}, [1521] = {.lex_state = 48}, - [1522] = {.lex_state = 0}, + [1522] = {.lex_state = 48}, [1523] = {.lex_state = 48}, [1524] = {.lex_state = 48}, [1525] = {.lex_state = 48}, - [1526] = {.lex_state = 48}, + [1526] = {.lex_state = 0}, [1527] = {.lex_state = 48}, [1528] = {.lex_state = 48}, [1529] = {.lex_state = 48}, - [1530] = {.lex_state = 0}, + [1530] = {.lex_state = 48}, [1531] = {.lex_state = 0}, [1532] = {.lex_state = 48}, [1533] = {.lex_state = 48}, [1534] = {.lex_state = 48}, [1535] = {.lex_state = 48}, - [1536] = {.lex_state = 48}, + [1536] = {.lex_state = 0}, [1537] = {.lex_state = 48}, [1538] = {.lex_state = 48}, [1539] = {.lex_state = 48}, @@ -9472,28 +9473,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1541] = {.lex_state = 0}, [1542] = {.lex_state = 48}, [1543] = {.lex_state = 48}, - [1544] = {.lex_state = 48}, - [1545] = {.lex_state = 0}, + [1544] = {.lex_state = 0}, + [1545] = {.lex_state = 48}, [1546] = {.lex_state = 48}, [1547] = {.lex_state = 0}, [1548] = {.lex_state = 0}, [1549] = {.lex_state = 48}, [1550] = {.lex_state = 48}, - [1551] = {.lex_state = 0}, + [1551] = {.lex_state = 48}, [1552] = {.lex_state = 0}, [1553] = {.lex_state = 0}, - [1554] = {.lex_state = 48}, + [1554] = {.lex_state = 0}, [1555] = {.lex_state = 48}, [1556] = {.lex_state = 0}, - [1557] = {.lex_state = 0}, + [1557] = {.lex_state = 48}, [1558] = {.lex_state = 48}, - [1559] = {.lex_state = 48}, + [1559] = {.lex_state = 0}, [1560] = {.lex_state = 48}, [1561] = {.lex_state = 48}, [1562] = {.lex_state = 48}, - [1563] = {.lex_state = 48}, + [1563] = {.lex_state = 0}, [1564] = {.lex_state = 48}, - [1565] = {.lex_state = 0}, + [1565] = {.lex_state = 48}, [1566] = {.lex_state = 48}, [1567] = {.lex_state = 48}, [1568] = {.lex_state = 0}, @@ -9503,18 +9504,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1572] = {.lex_state = 48}, [1573] = {.lex_state = 48}, [1574] = {.lex_state = 48}, - [1575] = {.lex_state = 0}, - [1576] = {.lex_state = 48}, + [1575] = {.lex_state = 48}, + [1576] = {.lex_state = 0}, [1577] = {.lex_state = 48}, - [1578] = {.lex_state = 48}, - [1579] = {.lex_state = 0}, + [1578] = {.lex_state = 0}, + [1579] = {.lex_state = 48}, [1580] = {.lex_state = 48}, [1581] = {.lex_state = 48}, - [1582] = {.lex_state = 0}, - [1583] = {.lex_state = 48}, - [1584] = {.lex_state = 0}, + [1582] = {.lex_state = 48}, + [1583] = {.lex_state = 0}, + [1584] = {.lex_state = 48}, [1585] = {.lex_state = 48}, - [1586] = {.lex_state = 48}, + [1586] = {.lex_state = 0}, [1587] = {.lex_state = 0}, [1588] = {.lex_state = 48}, [1589] = {.lex_state = 48}, @@ -9524,10 +9525,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1593] = {.lex_state = 48}, [1594] = {.lex_state = 48}, [1595] = {.lex_state = 48}, - [1596] = {.lex_state = 48}, - [1597] = {.lex_state = 0}, - [1598] = {.lex_state = 48}, - [1599] = {.lex_state = 0}, + [1596] = {.lex_state = 0}, + [1597] = {.lex_state = 48}, + [1598] = {.lex_state = 0}, + [1599] = {.lex_state = 48}, [1600] = {.lex_state = 48}, [1601] = {.lex_state = 0}, [1602] = {.lex_state = 48}, @@ -9544,15 +9545,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1613] = {.lex_state = 48}, [1614] = {.lex_state = 48}, [1615] = {.lex_state = 48}, - [1616] = {.lex_state = 0}, - [1617] = {.lex_state = 48}, + [1616] = {.lex_state = 48}, + [1617] = {.lex_state = 0}, [1618] = {.lex_state = 48}, [1619] = {.lex_state = 48}, [1620] = {.lex_state = 48}, - [1621] = {.lex_state = 0}, + [1621] = {.lex_state = 48}, [1622] = {.lex_state = 48}, [1623] = {.lex_state = 48}, - [1624] = {.lex_state = 48}, + [1624] = {.lex_state = 0}, [1625] = {.lex_state = 48}, [1626] = {.lex_state = 48}, [1627] = {.lex_state = 48}, @@ -9561,11 +9562,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1630] = {.lex_state = 0}, [1631] = {.lex_state = 48}, [1632] = {.lex_state = 48}, - [1633] = {.lex_state = 0}, + [1633] = {.lex_state = 48}, [1634] = {.lex_state = 0}, [1635] = {.lex_state = 0}, - [1636] = {.lex_state = 48}, - [1637] = {.lex_state = 0}, + [1636] = {.lex_state = 0}, + [1637] = {.lex_state = 48}, [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, [1640] = {.lex_state = 48}, @@ -9573,7 +9574,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1642] = {.lex_state = 0}, [1643] = {.lex_state = 48}, [1644] = {.lex_state = 48}, - [1645] = {.lex_state = 48}, + [1645] = {.lex_state = 0}, [1646] = {.lex_state = 48}, [1647] = {.lex_state = 48}, [1648] = {.lex_state = 48}, @@ -9590,14 +9591,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1659] = {.lex_state = 48}, [1660] = {.lex_state = 48}, [1661] = {.lex_state = 48}, - [1662] = {.lex_state = 0}, + [1662] = {.lex_state = 48}, [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 48}, + [1664] = {.lex_state = 0}, [1665] = {.lex_state = 48}, [1666] = {.lex_state = 48}, [1667] = {.lex_state = 48}, - [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 48}, + [1668] = {.lex_state = 48}, + [1669] = {.lex_state = 0}, [1670] = {.lex_state = 48}, [1671] = {.lex_state = 48}, [1672] = {.lex_state = 48}, @@ -9610,9 +9611,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1679] = {.lex_state = 0}, [1680] = {.lex_state = 48}, [1681] = {.lex_state = 48}, - [1682] = {.lex_state = 0}, + [1682] = {.lex_state = 48}, [1683] = {.lex_state = 48}, - [1684] = {.lex_state = 48}, + [1684] = {.lex_state = 0}, [1685] = {.lex_state = 48}, [1686] = {.lex_state = 48}, [1687] = {.lex_state = 48}, @@ -9623,22 +9624,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1692] = {.lex_state = 48}, [1693] = {.lex_state = 48}, [1694] = {.lex_state = 48}, - [1695] = {.lex_state = 0}, - [1696] = {.lex_state = 48}, + [1695] = {.lex_state = 48}, + [1696] = {.lex_state = 0}, [1697] = {.lex_state = 48}, - [1698] = {.lex_state = 0}, + [1698] = {.lex_state = 48}, [1699] = {.lex_state = 48}, [1700] = {.lex_state = 0}, [1701] = {.lex_state = 0}, - [1702] = {.lex_state = 48}, + [1702] = {.lex_state = 0}, [1703] = {.lex_state = 48}, [1704] = {.lex_state = 48}, [1705] = {.lex_state = 48}, - [1706] = {.lex_state = 0}, + [1706] = {.lex_state = 48}, [1707] = {.lex_state = 48}, [1708] = {.lex_state = 0}, [1709] = {.lex_state = 0}, - [1710] = {.lex_state = 48}, + [1710] = {.lex_state = 0}, [1711] = {.lex_state = 48}, [1712] = {.lex_state = 48}, [1713] = {.lex_state = 48}, @@ -9651,18 +9652,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1720] = {.lex_state = 48}, [1721] = {.lex_state = 48}, [1722] = {.lex_state = 48}, - [1723] = {.lex_state = 0}, + [1723] = {.lex_state = 48}, [1724] = {.lex_state = 0}, [1725] = {.lex_state = 48}, - [1726] = {.lex_state = 48}, + [1726] = {.lex_state = 0}, [1727] = {.lex_state = 48}, [1728] = {.lex_state = 48}, [1729] = {.lex_state = 48}, - [1730] = {.lex_state = 0}, + [1730] = {.lex_state = 48}, [1731] = {.lex_state = 0}, [1732] = {.lex_state = 48}, [1733] = {.lex_state = 48}, - [1734] = {.lex_state = 48}, + [1734] = {.lex_state = 0}, [1735] = {.lex_state = 48}, [1736] = {.lex_state = 48}, [1737] = {.lex_state = 48}, @@ -9672,25 +9673,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1741] = {.lex_state = 48}, [1742] = {.lex_state = 0}, [1743] = {.lex_state = 0}, - [1744] = {.lex_state = 0}, - [1745] = {.lex_state = 48}, + [1744] = {.lex_state = 48}, + [1745] = {.lex_state = 0}, [1746] = {.lex_state = 48}, [1747] = {.lex_state = 48}, [1748] = {.lex_state = 48}, [1749] = {.lex_state = 48}, [1750] = {.lex_state = 48}, - [1751] = {.lex_state = 0}, + [1751] = {.lex_state = 48}, [1752] = {.lex_state = 48}, [1753] = {.lex_state = 0}, [1754] = {.lex_state = 48}, [1755] = {.lex_state = 48}, - [1756] = {.lex_state = 48}, + [1756] = {.lex_state = 0}, [1757] = {.lex_state = 48}, [1758] = {.lex_state = 48}, [1759] = {.lex_state = 48}, [1760] = {.lex_state = 48}, - [1761] = {.lex_state = 0}, - [1762] = {.lex_state = 48}, + [1761] = {.lex_state = 48}, + [1762] = {.lex_state = 0}, [1763] = {.lex_state = 48}, [1764] = {.lex_state = 48}, [1765] = {.lex_state = 48}, @@ -9735,9 +9736,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1804] = {.lex_state = 48}, [1805] = {.lex_state = 48}, [1806] = {.lex_state = 48}, - [1807] = {.lex_state = 0}, + [1807] = {.lex_state = 48}, [1808] = {.lex_state = 48}, - [1809] = {.lex_state = 48}, + [1809] = {.lex_state = 0}, [1810] = {.lex_state = 48}, [1811] = {.lex_state = 48}, [1812] = {.lex_state = 48}, @@ -9757,10 +9758,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1826] = {.lex_state = 48}, [1827] = {.lex_state = 48}, [1828] = {.lex_state = 48}, - [1829] = {.lex_state = 0}, + [1829] = {.lex_state = 48}, [1830] = {.lex_state = 48}, [1831] = {.lex_state = 48}, - [1832] = {.lex_state = 48}, + [1832] = {.lex_state = 0}, [1833] = {.lex_state = 48}, [1834] = {.lex_state = 48}, [1835] = {.lex_state = 48}, @@ -9769,26 +9770,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1838] = {.lex_state = 48}, [1839] = {.lex_state = 48}, [1840] = {.lex_state = 48}, - [1841] = {.lex_state = 0}, + [1841] = {.lex_state = 48}, [1842] = {.lex_state = 48}, [1843] = {.lex_state = 0}, [1844] = {.lex_state = 0}, - [1845] = {.lex_state = 48}, + [1845] = {.lex_state = 0}, [1846] = {.lex_state = 0}, - [1847] = {.lex_state = 0}, + [1847] = {.lex_state = 48}, [1848] = {.lex_state = 48}, - [1849] = {.lex_state = 48}, + [1849] = {.lex_state = 0}, [1850] = {.lex_state = 48}, - [1851] = {.lex_state = 0}, - [1852] = {.lex_state = 48}, + [1851] = {.lex_state = 48}, + [1852] = {.lex_state = 0}, [1853] = {.lex_state = 48}, - [1854] = {.lex_state = 0}, + [1854] = {.lex_state = 48}, [1855] = {.lex_state = 0}, [1856] = {.lex_state = 0}, [1857] = {.lex_state = 48}, [1858] = {.lex_state = 48}, [1859] = {.lex_state = 0}, - [1860] = {.lex_state = 48}, + [1860] = {.lex_state = 0}, [1861] = {.lex_state = 48}, [1862] = {.lex_state = 48}, [1863] = {.lex_state = 48}, @@ -9803,9 +9804,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1872] = {.lex_state = 0}, [1873] = {.lex_state = 48}, [1874] = {.lex_state = 48}, - [1875] = {.lex_state = 0}, + [1875] = {.lex_state = 48}, [1876] = {.lex_state = 48}, - [1877] = {.lex_state = 48}, + [1877] = {.lex_state = 0}, [1878] = {.lex_state = 48}, [1879] = {.lex_state = 0}, [1880] = {.lex_state = 48}, @@ -9885,21 +9886,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1954] = {.lex_state = 48}, [1955] = {.lex_state = 48}, [1956] = {.lex_state = 48}, - [1957] = {.lex_state = 0}, + [1957] = {.lex_state = 48}, [1958] = {.lex_state = 48}, [1959] = {.lex_state = 48}, [1960] = {.lex_state = 48}, [1961] = {.lex_state = 48}, - [1962] = {.lex_state = 48}, + [1962] = {.lex_state = 0}, [1963] = {.lex_state = 48}, [1964] = {.lex_state = 48}, [1965] = {.lex_state = 48}, - [1966] = {.lex_state = 0}, + [1966] = {.lex_state = 48}, [1967] = {.lex_state = 48}, [1968] = {.lex_state = 48}, [1969] = {.lex_state = 48}, [1970] = {.lex_state = 0}, - [1971] = {.lex_state = 48}, + [1971] = {.lex_state = 0}, [1972] = {.lex_state = 48}, [1973] = {.lex_state = 48}, [1974] = {.lex_state = 48}, @@ -9929,22 +9930,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1998] = {.lex_state = 48}, [1999] = {.lex_state = 48}, [2000] = {.lex_state = 48}, - [2001] = {.lex_state = 0}, + [2001] = {.lex_state = 48}, [2002] = {.lex_state = 0}, [2003] = {.lex_state = 48}, - [2004] = {.lex_state = 48}, + [2004] = {.lex_state = 0}, [2005] = {.lex_state = 48}, - [2006] = {.lex_state = 0}, + [2006] = {.lex_state = 48}, [2007] = {.lex_state = 48}, - [2008] = {.lex_state = 48}, + [2008] = {.lex_state = 0}, [2009] = {.lex_state = 48}, [2010] = {.lex_state = 48}, [2011] = {.lex_state = 48}, - [2012] = {.lex_state = 0}, + [2012] = {.lex_state = 48}, [2013] = {.lex_state = 0}, [2014] = {.lex_state = 48}, [2015] = {.lex_state = 48}, - [2016] = {.lex_state = 48}, + [2016] = {.lex_state = 0}, [2017] = {.lex_state = 48}, [2018] = {.lex_state = 48}, [2019] = {.lex_state = 48}, @@ -9953,13 +9954,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2022] = {.lex_state = 48}, [2023] = {.lex_state = 48}, [2024] = {.lex_state = 48}, - [2025] = {.lex_state = 0}, + [2025] = {.lex_state = 48}, [2026] = {.lex_state = 48}, [2027] = {.lex_state = 0}, [2028] = {.lex_state = 48}, [2029] = {.lex_state = 48}, - [2030] = {.lex_state = 48}, - [2031] = {.lex_state = 0}, + [2030] = {.lex_state = 0}, + [2031] = {.lex_state = 48}, [2032] = {.lex_state = 48}, [2033] = {.lex_state = 48}, [2034] = {.lex_state = 48}, @@ -9988,11 +9989,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2057] = {.lex_state = 0}, [2058] = {.lex_state = 48}, [2059] = {.lex_state = 0}, - [2060] = {.lex_state = 48}, + [2060] = {.lex_state = 0}, [2061] = {.lex_state = 48}, [2062] = {.lex_state = 48}, - [2063] = {.lex_state = 0}, - [2064] = {.lex_state = 48}, + [2063] = {.lex_state = 48}, + [2064] = {.lex_state = 0}, [2065] = {.lex_state = 48}, [2066] = {.lex_state = 48}, [2067] = {.lex_state = 48}, @@ -10034,33 +10035,34 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2103] = {.lex_state = 48}, [2104] = {.lex_state = 48}, [2105] = {.lex_state = 48}, - [2106] = {.lex_state = 0}, - [2107] = {.lex_state = 48}, + [2106] = {.lex_state = 48}, + [2107] = {.lex_state = 0}, [2108] = {.lex_state = 48}, [2109] = {.lex_state = 48}, [2110] = {.lex_state = 48}, [2111] = {.lex_state = 48}, - [2112] = {.lex_state = 0}, + [2112] = {.lex_state = 48}, [2113] = {.lex_state = 0}, - [2114] = {.lex_state = 48}, + [2114] = {.lex_state = 0}, [2115] = {.lex_state = 48}, [2116] = {.lex_state = 48}, - [2117] = {.lex_state = 0}, - [2118] = {.lex_state = 48}, + [2117] = {.lex_state = 48}, + [2118] = {.lex_state = 0}, [2119] = {.lex_state = 48}, [2120] = {.lex_state = 48}, [2121] = {.lex_state = 48}, - [2122] = {.lex_state = 0}, - [2123] = {.lex_state = 48}, + [2122] = {.lex_state = 48}, + [2123] = {.lex_state = 0}, [2124] = {.lex_state = 48}, [2125] = {.lex_state = 48}, [2126] = {.lex_state = 48}, - [2127] = {.lex_state = 0}, + [2127] = {.lex_state = 48}, [2128] = {.lex_state = 0}, - [2129] = {.lex_state = 48}, + [2129] = {.lex_state = 0}, [2130] = {.lex_state = 48}, - [2131] = {.lex_state = 0}, + [2131] = {.lex_state = 48}, [2132] = {.lex_state = 0}, + [2133] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -10188,15 +10190,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(1), }, [1] = { - [sym_compilation] = STATE(2063), - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym__defining_identifier_list] = STATE(2059), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym_compilation] = STATE(2064), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym__defining_identifier_list] = STATE(2060), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_compilation_unit] = STATE(2), [sym__declarative_item] = STATE(523), [sym__basic_declarative_item] = STATE(523), @@ -10245,7 +10247,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_task_type_declaration] = STATE(390), [sym_overriding_indicator] = STATE(1019), [sym_pragma_g] = STATE(523), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(523), [sym__renaming_declaration] = STATE(523), [sym_object_renaming_declaration] = STATE(523), @@ -10276,14 +10278,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(523), [sym_extended_return_statement] = STATE(523), [sym_procedure_call_statement] = STATE(523), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(523), [sym_loop_statement] = STATE(523), [sym_iteration_scheme] = STATE(2044), [sym_assignment_statement] = STATE(523), [sym_subprogram_declaration] = STATE(523), [sym_expression_function_declaration] = STATE(523), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(523), [aux_sym_compilation_repeat1] = STATE(2), [aux_sym__sequence_of_statements_repeat2] = STATE(109), @@ -10333,14 +10335,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [2] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym__defining_identifier_list] = STATE(2059), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym__defining_identifier_list] = STATE(2060), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_compilation_unit] = STATE(3), [sym__declarative_item] = STATE(523), [sym__basic_declarative_item] = STATE(523), @@ -10389,7 +10391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_task_type_declaration] = STATE(390), [sym_overriding_indicator] = STATE(1019), [sym_pragma_g] = STATE(523), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(523), [sym__renaming_declaration] = STATE(523), [sym_object_renaming_declaration] = STATE(523), @@ -10420,14 +10422,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(523), [sym_extended_return_statement] = STATE(523), [sym_procedure_call_statement] = STATE(523), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(523), [sym_loop_statement] = STATE(523), [sym_iteration_scheme] = STATE(2044), [sym_assignment_statement] = STATE(523), [sym_subprogram_declaration] = STATE(523), [sym_expression_function_declaration] = STATE(523), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(523), [aux_sym_compilation_repeat1] = STATE(3), [aux_sym__sequence_of_statements_repeat2] = STATE(109), @@ -10477,14 +10479,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [3] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym__defining_identifier_list] = STATE(2059), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym__defining_identifier_list] = STATE(2060), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_compilation_unit] = STATE(3), [sym__declarative_item] = STATE(523), [sym__basic_declarative_item] = STATE(523), @@ -10533,7 +10535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_task_type_declaration] = STATE(390), [sym_overriding_indicator] = STATE(1019), [sym_pragma_g] = STATE(523), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(523), [sym__renaming_declaration] = STATE(523), [sym_object_renaming_declaration] = STATE(523), @@ -10564,14 +10566,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(523), [sym_extended_return_statement] = STATE(523), [sym_procedure_call_statement] = STATE(523), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(523), [sym_loop_statement] = STATE(523), [sym_iteration_scheme] = STATE(2044), [sym_assignment_statement] = STATE(523), [sym_subprogram_declaration] = STATE(523), [sym_expression_function_declaration] = STATE(523), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(523), [aux_sym_compilation_repeat1] = STATE(3), [aux_sym__sequence_of_statements_repeat2] = STATE(109), @@ -10621,13 +10623,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(203), }, [4] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -10655,7 +10657,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -10701,7 +10703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(274), }, [5] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -10742,9 +10744,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -10755,7 +10757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(277), @@ -10781,7 +10783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(321), }, [6] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -10809,7 +10811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1636), + [sym_non_empty_declarative_part] = STATE(1637), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -10823,9 +10825,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -10836,7 +10838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -10860,7 +10862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [7] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -10901,9 +10903,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -10914,10 +10916,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), - [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1224), + [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1222), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), @@ -10939,7 +10941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [8] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -10967,7 +10969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1934), + [sym_non_empty_declarative_part] = STATE(1935), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -10981,9 +10983,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -10994,7 +10996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11018,7 +11020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [9] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(7), [sym__basic_declarative_item] = STATE(7), [sym__basic_declaration] = STATE(7), @@ -11059,9 +11061,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(7), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(7), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(7), [sym__renaming_declaration] = STATE(7), [sym_object_renaming_declaration] = STATE(7), @@ -11072,10 +11074,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(7), [sym_subprogram_declaration] = STATE(7), [sym_expression_function_declaration] = STATE(7), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(7), [aux_sym_non_empty_declarative_part_repeat1] = STATE(7), - [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1156), + [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1160), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), @@ -11104,11 +11106,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__attribute_reference] = STATE(531), [sym__reduction_attribute_reference] = STATE(531), [sym_value_sequence] = STATE(2057), - [sym_iterated_element_association] = STATE(1376), + [sym_iterated_element_association] = STATE(1282), [sym_qualified_expression] = STATE(531), - [sym__subtype_indication] = STATE(1575), - [sym_range_g] = STATE(1433), - [sym_expression] = STATE(1034), + [sym__subtype_indication] = STATE(1467), + [sym_range_g] = STATE(1462), + [sym_expression] = STATE(1035), [sym__relation] = STATE(612), [sym_relation_membership] = STATE(612), [sym_raise_expression] = STATE(612), @@ -11134,17 +11136,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_array_delta_aggregate] = STATE(541), [sym_record_aggregate] = STATE(541), [sym_record_component_association_list] = STATE(1739), - [sym__named_record_component_association] = STATE(1389), + [sym__named_record_component_association] = STATE(1392), [sym_null_exclusion] = STATE(852), [sym__array_aggregate] = STATE(541), [sym_positional_array_aggregate] = STATE(541), [sym_null_array_aggregate] = STATE(541), [sym_named_array_aggregate] = STATE(541), [sym__array_component_association_list] = STATE(1731), - [sym_array_component_association] = STATE(1183), + [sym_array_component_association] = STATE(1185), [sym_discrete_choice_list] = STATE(1724), - [sym_discrete_choice] = STATE(1403), - [sym_global_aspect_element] = STATE(1364), + [sym_discrete_choice] = STATE(1406), + [sym_global_aspect_element] = STATE(1429), [sym_global_mode] = STATE(800), [sym_non_empty_mode] = STATE(877), [sym_if_expression] = STATE(1743), @@ -11175,7 +11177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(392), }, [11] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11203,7 +11205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1525), + [sym_non_empty_declarative_part] = STATE(1533), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11217,9 +11219,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11230,7 +11232,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11253,7 +11255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [12] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11281,7 +11283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2096), + [sym_non_empty_declarative_part] = STATE(2097), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11295,9 +11297,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11308,7 +11310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11331,7 +11333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [13] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(14), [sym__basic_declarative_item] = STATE(14), [sym__basic_declaration] = STATE(14), @@ -11372,9 +11374,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(14), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(14), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(14), [sym__renaming_declaration] = STATE(14), [sym_object_renaming_declaration] = STATE(14), @@ -11385,7 +11387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(14), [sym_subprogram_declaration] = STATE(14), [sym_expression_function_declaration] = STATE(14), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(14), [aux_sym_non_empty_declarative_part_repeat1] = STATE(14), [sym_identifier] = ACTIONS(324), @@ -11409,7 +11411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [14] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -11450,9 +11452,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -11463,7 +11465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -11487,7 +11489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [15] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11515,7 +11517,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1934), + [sym_non_empty_declarative_part] = STATE(1935), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11529,9 +11531,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11542,7 +11544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11565,7 +11567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [16] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11593,7 +11595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1452), + [sym_non_empty_declarative_part] = STATE(1433), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11607,9 +11609,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11620,7 +11622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11643,7 +11645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [17] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11671,7 +11673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1636), + [sym_non_empty_declarative_part] = STATE(1637), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11685,9 +11687,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11698,7 +11700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11721,7 +11723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [18] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11749,7 +11751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2081), + [sym_non_empty_declarative_part] = STATE(2082), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11763,9 +11765,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11776,7 +11778,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11798,7 +11800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [19] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11826,7 +11828,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1608), + [sym_non_empty_declarative_part] = STATE(1609), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -11840,9 +11842,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -11853,7 +11855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -11875,7 +11877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [20] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -11916,9 +11918,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -11929,7 +11931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -11952,7 +11954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [21] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -11994,9 +11996,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12007,7 +12009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12029,7 +12031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [22] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12057,7 +12059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2061), + [sym_non_empty_declarative_part] = STATE(2062), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12071,9 +12073,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12084,7 +12086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12106,7 +12108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [23] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12134,7 +12136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2094), + [sym_non_empty_declarative_part] = STATE(2095), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12148,9 +12150,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12161,7 +12163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12183,7 +12185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [24] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12211,7 +12213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1815), + [sym_non_empty_declarative_part] = STATE(1816), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12225,9 +12227,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12238,7 +12240,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12260,7 +12262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [25] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12302,9 +12304,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12315,7 +12317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12337,7 +12339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [26] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12365,7 +12367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2096), + [sym_non_empty_declarative_part] = STATE(2097), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12379,9 +12381,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12392,7 +12394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12414,13 +12416,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [27] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(43), [sym_null_statement] = STATE(4), @@ -12448,7 +12450,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -12491,7 +12493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [28] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12519,7 +12521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1934), + [sym_non_empty_declarative_part] = STATE(1935), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12533,9 +12535,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12546,7 +12548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12568,7 +12570,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [29] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12610,9 +12612,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12623,7 +12625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12645,7 +12647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [30] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12687,9 +12689,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12700,7 +12702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12722,7 +12724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [31] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12750,7 +12752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1636), + [sym_non_empty_declarative_part] = STATE(1637), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12764,9 +12766,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12777,7 +12779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12799,7 +12801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [32] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12827,7 +12829,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(2077), + [sym_non_empty_declarative_part] = STATE(2078), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12841,9 +12843,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12854,7 +12856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12876,7 +12878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [33] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12918,9 +12920,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -12931,7 +12933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -12953,7 +12955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [34] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(20), [sym__basic_declarative_item] = STATE(20), [sym__basic_declaration] = STATE(20), @@ -12981,7 +12983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(20), [sym_protected_body_stub] = STATE(451), [sym__declarative_item_pragma] = STATE(20), - [sym_non_empty_declarative_part] = STATE(1982), + [sym_non_empty_declarative_part] = STATE(1985), [sym_enumeration_representation_clause] = STATE(20), [sym_exception_declaration] = STATE(20), [sym_function_specification] = STATE(1199), @@ -12995,9 +12997,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(20), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(20), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(20), [sym__renaming_declaration] = STATE(20), [sym_object_renaming_declaration] = STATE(20), @@ -13008,7 +13010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(20), [sym_subprogram_declaration] = STATE(20), [sym_expression_function_declaration] = STATE(20), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(20), [aux_sym_non_empty_declarative_part_repeat1] = STATE(20), [sym_identifier] = ACTIONS(324), @@ -13030,7 +13032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [35] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(40), [sym__basic_declarative_item] = STATE(40), [sym__basic_declaration] = STATE(40), @@ -13071,9 +13073,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(40), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(40), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(40), [sym__renaming_declaration] = STATE(40), [sym_object_renaming_declaration] = STATE(40), @@ -13084,7 +13086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(40), [sym_subprogram_declaration] = STATE(40), [sym_expression_function_declaration] = STATE(40), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(40), [aux_sym_non_empty_declarative_part_repeat1] = STATE(40), [sym_identifier] = ACTIONS(324), @@ -13106,7 +13108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [36] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -13147,9 +13149,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -13160,7 +13162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -13182,7 +13184,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [37] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -13223,9 +13225,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -13236,7 +13238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -13258,7 +13260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [38] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(36), [sym__basic_declarative_item] = STATE(36), [sym__basic_declaration] = STATE(36), @@ -13299,9 +13301,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(36), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(36), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(36), [sym__renaming_declaration] = STATE(36), [sym_object_renaming_declaration] = STATE(36), @@ -13312,7 +13314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(36), [sym_subprogram_declaration] = STATE(36), [sym_expression_function_declaration] = STATE(36), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(36), [aux_sym_non_empty_declarative_part_repeat1] = STATE(36), [sym_identifier] = ACTIONS(324), @@ -13334,7 +13336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [39] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(37), [sym__basic_declarative_item] = STATE(37), [sym__basic_declaration] = STATE(37), @@ -13375,9 +13377,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(37), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(37), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(37), [sym__renaming_declaration] = STATE(37), [sym_object_renaming_declaration] = STATE(37), @@ -13388,7 +13390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(37), [sym_subprogram_declaration] = STATE(37), [sym_expression_function_declaration] = STATE(37), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(37), [aux_sym_non_empty_declarative_part_repeat1] = STATE(37), [sym_identifier] = ACTIONS(324), @@ -13410,7 +13412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [40] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -13451,9 +13453,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -13464,7 +13466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -13486,7 +13488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [41] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), @@ -13527,9 +13529,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(5), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(5), [sym__renaming_declaration] = STATE(5), [sym_object_renaming_declaration] = STATE(5), @@ -13540,7 +13542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), @@ -13562,7 +13564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [42] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(41), [sym__basic_declarative_item] = STATE(41), [sym__basic_declaration] = STATE(41), @@ -13603,9 +13605,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(41), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), + [sym_overriding_indicator] = STATE(1061), [sym_pragma_g] = STATE(41), - [sym_procedure_specification] = STATE(1205), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(41), [sym__renaming_declaration] = STATE(41), [sym_object_renaming_declaration] = STATE(41), @@ -13616,7 +13618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(41), [sym_subprogram_declaration] = STATE(41), [sym_expression_function_declaration] = STATE(41), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(41), [aux_sym_non_empty_declarative_part_repeat1] = STATE(41), [sym_identifier] = ACTIONS(324), @@ -13638,13 +13640,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [43] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(567), [sym_null_statement] = STATE(195), @@ -13671,7 +13673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(195), [sym_extended_return_statement] = STATE(195), [sym_procedure_call_statement] = STATE(195), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(195), [sym_loop_statement] = STATE(195), [sym_iteration_scheme] = STATE(2044), @@ -13713,18 +13715,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [44] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1139), + [sym__sequence_of_statements] = STATE(1141), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -13748,7 +13750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -13788,13 +13790,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [45] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -13822,14 +13824,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), [aux_sym__sequence_of_statements_repeat2] = STATE(109), - [aux_sym_gnatprep_if_statement_repeat1] = STATE(1210), + [aux_sym_gnatprep_if_statement_repeat1] = STATE(1211), [sym_identifier] = ACTIONS(426), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), @@ -13862,13 +13864,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [46] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(45), @@ -13896,7 +13898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(45), [sym_extended_return_statement] = STATE(45), [sym_procedure_call_statement] = STATE(45), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(45), [sym_loop_statement] = STATE(45), [sym_iteration_scheme] = STATE(2044), @@ -13936,18 +13938,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [47] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1323), + [sym__sequence_of_statements] = STATE(1327), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -13971,7 +13973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14010,18 +14012,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [48] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1245), + [sym__sequence_of_statements] = STATE(1248), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14045,7 +14047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14084,13 +14086,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [49] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -14119,7 +14121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14158,13 +14160,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [50] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(51), @@ -14192,7 +14194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(51), [sym_extended_return_statement] = STATE(51), [sym_procedure_call_statement] = STATE(51), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(51), [sym_loop_statement] = STATE(51), [sym_iteration_scheme] = STATE(2044), @@ -14231,13 +14233,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [51] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -14265,7 +14267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -14304,19 +14306,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [52] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1939), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1942), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14340,7 +14342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14376,19 +14378,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [53] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1735), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1737), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14412,7 +14414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14448,19 +14450,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [54] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1830), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14484,7 +14486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14520,19 +14522,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [55] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2105), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2106), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14556,7 +14558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14592,19 +14594,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [56] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1992), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14628,7 +14630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14664,19 +14666,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [57] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2102), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2103), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14700,7 +14702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14736,19 +14738,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [58] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1713), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1714), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14772,7 +14774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14808,19 +14810,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [59] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1611), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1612), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14844,7 +14846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14880,19 +14882,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [60] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1954), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1955), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14916,7 +14918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -14952,19 +14954,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [61] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2068), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2069), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -14988,7 +14990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15024,19 +15026,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [62] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2095), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2096), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15060,7 +15062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15096,19 +15098,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [63] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2065), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2066), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15132,7 +15134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15168,19 +15170,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [64] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1688), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15204,7 +15206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15240,19 +15242,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [65] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1860), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1861), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15276,7 +15278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15312,19 +15314,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [66] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1799), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15348,7 +15350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15391,11 +15393,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__attribute_reference] = STATE(531), [sym__reduction_attribute_reference] = STATE(531), [sym_value_sequence] = STATE(2057), - [sym_iterated_element_association] = STATE(1376), + [sym_iterated_element_association] = STATE(1282), [sym_qualified_expression] = STATE(531), - [sym__subtype_indication] = STATE(1575), - [sym_range_g] = STATE(1433), - [sym_expression] = STATE(1034), + [sym__subtype_indication] = STATE(1467), + [sym_range_g] = STATE(1462), + [sym_expression] = STATE(1035), [sym__relation] = STATE(612), [sym_relation_membership] = STATE(612), [sym_raise_expression] = STATE(612), @@ -15421,16 +15423,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_array_delta_aggregate] = STATE(541), [sym_record_aggregate] = STATE(541), [sym_record_component_association_list] = STATE(1739), - [sym__named_record_component_association] = STATE(1389), + [sym__named_record_component_association] = STATE(1392), [sym_null_exclusion] = STATE(852), [sym__array_aggregate] = STATE(541), [sym_positional_array_aggregate] = STATE(541), [sym_null_array_aggregate] = STATE(541), [sym_named_array_aggregate] = STATE(541), [sym__array_component_association_list] = STATE(1731), - [sym_array_component_association] = STATE(1183), + [sym_array_component_association] = STATE(1185), [sym_discrete_choice_list] = STATE(1724), - [sym_discrete_choice] = STATE(1403), + [sym_discrete_choice] = STATE(1406), [sym_if_expression] = STATE(1743), [sym_function_call] = STATE(535), [sym_identifier] = ACTIONS(352), @@ -15456,19 +15458,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(392), }, [68] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(2037), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15492,7 +15494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15528,19 +15530,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [69] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1852), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1853), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15564,7 +15566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15600,19 +15602,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [70] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1697), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1698), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15636,7 +15638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15672,19 +15674,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [71] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1816), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1817), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15708,7 +15710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15744,19 +15746,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [72] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1767), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15780,7 +15782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15816,19 +15818,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [73] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2090), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2091), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15852,7 +15854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15888,19 +15890,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [74] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1707), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15924,7 +15926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -15960,19 +15962,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [75] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2078), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2079), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -15996,7 +15998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16032,19 +16034,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [76] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1984), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16068,7 +16070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16104,19 +16106,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [77] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1991), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1994), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16140,7 +16142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16176,19 +16178,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [78] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(2036), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16212,7 +16214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16248,19 +16250,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [79] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(2041), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16284,7 +16286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16320,19 +16322,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [80] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_handled_sequence_of_statements] = STATE(1644), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16356,7 +16358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16392,19 +16394,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [81] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2086), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2087), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16428,7 +16430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16464,19 +16466,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [82] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(1947), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(1949), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16500,7 +16502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16536,19 +16538,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [83] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), - [sym_handled_sequence_of_statements] = STATE(2114), + [sym_qualified_expression] = STATE(1101), + [sym_handled_sequence_of_statements] = STATE(2115), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1521), + [sym__sequence_of_statements] = STATE(1499), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16572,7 +16574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16608,13 +16610,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [84] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -16643,7 +16645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16679,18 +16681,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [85] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1862), + [sym__sequence_of_statements] = STATE(1863), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16714,7 +16716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16750,13 +16752,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [86] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -16785,7 +16787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16821,18 +16823,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [87] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1762), + [sym__sequence_of_statements] = STATE(1763), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -16856,7 +16858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -16892,13 +16894,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [88] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -16926,7 +16928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -16963,13 +16965,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [89] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -16998,7 +17000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17034,18 +17036,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [90] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1572), + [sym__sequence_of_statements] = STATE(1573), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -17069,7 +17071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17105,18 +17107,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [91] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1783), + [sym__sequence_of_statements] = STATE(1784), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -17140,7 +17142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17176,18 +17178,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [92] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1971), + [sym__sequence_of_statements] = STATE(1972), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -17211,7 +17213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17247,13 +17249,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [93] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -17281,7 +17283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -17318,13 +17320,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [94] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -17353,7 +17355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17389,13 +17391,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [95] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(104), @@ -17423,7 +17425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(104), [sym_extended_return_statement] = STATE(104), [sym_procedure_call_statement] = STATE(104), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(104), [sym_loop_statement] = STATE(104), [sym_iteration_scheme] = STATE(2044), @@ -17460,13 +17462,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [96] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -17494,7 +17496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -17531,13 +17533,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [97] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(88), @@ -17565,7 +17567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(88), [sym_extended_return_statement] = STATE(88), [sym_procedure_call_statement] = STATE(88), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(88), [sym_loop_statement] = STATE(88), [sym_iteration_scheme] = STATE(2044), @@ -17602,18 +17604,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [98] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1056), + [sym__sequence_of_statements] = STATE(1058), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -17637,7 +17639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17673,13 +17675,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [99] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(93), @@ -17707,7 +17709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(93), [sym_extended_return_statement] = STATE(93), [sym_procedure_call_statement] = STATE(93), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(93), [sym_loop_statement] = STATE(93), [sym_iteration_scheme] = STATE(2044), @@ -17744,13 +17746,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [100] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -17779,7 +17781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17815,13 +17817,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [101] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), @@ -17850,7 +17852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17886,18 +17888,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [102] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1607), + [sym__sequence_of_statements] = STATE(1608), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -17921,7 +17923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -17957,13 +17959,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [103] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(96), @@ -17991,7 +17993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(96), [sym_extended_return_statement] = STATE(96), [sym_procedure_call_statement] = STATE(96), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(96), [sym_loop_statement] = STATE(96), [sym_iteration_scheme] = STATE(2044), @@ -18028,13 +18030,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [104] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(4), @@ -18062,7 +18064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), [sym_iteration_scheme] = STATE(2044), @@ -18099,18 +18101,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [105] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1293), + [sym__sequence_of_statements] = STATE(1295), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -18134,7 +18136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -18170,18 +18172,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [106] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(109), [sym_null_statement] = STATE(27), [sym_pragma_g] = STATE(27), - [sym__sequence_of_statements] = STATE(1921), + [sym__sequence_of_statements] = STATE(1922), [sym__simple_statement] = STATE(27), [sym__statement] = STATE(27), [sym__compound_statement] = STATE(27), @@ -18205,7 +18207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(27), [sym_extended_return_statement] = STATE(27), [sym_procedure_call_statement] = STATE(27), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(27), [sym_loop_statement] = STATE(27), [sym_iteration_scheme] = STATE(2044), @@ -18241,7 +18243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [107] = { - [sym__defining_identifier_list] = STATE(2059), + [sym__defining_identifier_list] = STATE(2060), [sym__declarative_item] = STATE(526), [sym__basic_declarative_item] = STATE(526), [sym__basic_declaration] = STATE(526), @@ -18281,8 +18283,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(526), [sym_single_task_declaration] = STATE(378), [sym_task_type_declaration] = STATE(390), - [sym_overriding_indicator] = STATE(1060), - [sym_procedure_specification] = STATE(1205), + [sym_overriding_indicator] = STATE(1061), + [sym_procedure_specification] = STATE(1206), [sym_record_representation_clause] = STATE(526), [sym__renaming_declaration] = STATE(526), [sym_object_renaming_declaration] = STATE(526), @@ -18292,7 +18294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(526), [sym_subprogram_declaration] = STATE(526), [sym_expression_function_declaration] = STATE(526), - [sym__subprogram_specification] = STATE(1095), + [sym__subprogram_specification] = STATE(1097), [sym_subtype_declaration] = STATE(526), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), @@ -18320,8 +18322,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_value_sequence] = STATE(2057), [sym_qualified_expression] = STATE(564), [sym__subtype_indication] = STATE(1603), - [sym_range_g] = STATE(1511), - [sym_expression] = STATE(1545), + [sym_range_g] = STATE(1541), + [sym_expression] = STATE(1559), [sym__relation] = STATE(612), [sym_relation_membership] = STATE(612), [sym_raise_expression] = STATE(612), @@ -18335,7 +18337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__primary] = STATE(541), [sym_primary_null] = STATE(541), [sym_allocator] = STATE(541), - [sym_parameter_association] = STATE(1292), + [sym_parameter_association] = STATE(1298), [sym__conditional_expression] = STATE(1630), [sym_quantified_expression] = STATE(1630), [sym_declare_expression] = STATE(1630), @@ -18348,7 +18350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_array_delta_aggregate] = STATE(541), [sym_record_aggregate] = STATE(541), [sym_null_exclusion] = STATE(852), - [sym__discrete_range] = STATE(1236), + [sym__discrete_range] = STATE(1240), [sym__array_aggregate] = STATE(541), [sym_positional_array_aggregate] = STATE(541), [sym_null_array_aggregate] = STATE(541), @@ -18379,13 +18381,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(392), }, [109] = { - [sym__name] = STATE(1024), - [sym_selected_component] = STATE(1112), - [sym_slice] = STATE(1112), - [sym__attribute_reference] = STATE(1112), - [sym__reduction_attribute_reference] = STATE(1112), + [sym__name] = STATE(1025), + [sym_selected_component] = STATE(1101), + [sym_slice] = STATE(1101), + [sym__attribute_reference] = STATE(1101), + [sym__reduction_attribute_reference] = STATE(1101), [sym_value_sequence] = STATE(2057), - [sym_qualified_expression] = STATE(1112), + [sym_qualified_expression] = STATE(1101), [sym_loop_label] = STATE(1017), [sym_label] = STATE(567), [sym_null_statement] = STATE(195), @@ -18412,7 +18414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(195), [sym_extended_return_statement] = STATE(195), [sym_procedure_call_statement] = STATE(195), - [sym_function_call] = STATE(1024), + [sym_function_call] = STATE(1025), [sym_raise_statement] = STATE(195), [sym_loop_statement] = STATE(195), [sym_iteration_scheme] = STATE(2044), @@ -18450,14 +18452,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unary_adding_operator] = STATE(546), [sym__name] = STATE(535), [sym_selected_component] = STATE(535), - [sym__defining_identifier_list] = STATE(1723), + [sym__defining_identifier_list] = STATE(1726), [sym_slice] = STATE(535), [sym__attribute_reference] = STATE(535), [sym__reduction_attribute_reference] = STATE(535), [sym_value_sequence] = STATE(2057), [sym_qualified_expression] = STATE(535), [sym_range_g] = STATE(1638), - [sym_expression] = STATE(1545), + [sym_expression] = STATE(1559), [sym__relation] = STATE(612), [sym_relation_membership] = STATE(612), [sym_raise_expression] = STATE(612), @@ -18471,7 +18473,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__primary] = STATE(541), [sym_primary_null] = STATE(541), [sym_allocator] = STATE(541), - [sym_parameter_association] = STATE(1292), + [sym_parameter_association] = STATE(1298), [sym__conditional_expression] = STATE(1630), [sym_quantified_expression] = STATE(1630), [sym_declare_expression] = STATE(1630), @@ -18488,7 +18490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null_array_aggregate] = STATE(541), [sym_named_array_aggregate] = STATE(541), [sym_parameter_specification] = STATE(1396), - [sym__parameter_specification_list] = STATE(1730), + [sym__parameter_specification_list] = STATE(1734), [sym_if_expression] = STATE(1630), [sym_function_call] = STATE(535), [sym_identifier] = ACTIONS(506), @@ -18556,17 +18558,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -18648,32 +18650,32 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1218), 1, + STATE(1219), 1, sym_expression, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1389), 1, + STATE(1392), 1, sym__named_record_component_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, STATE(1724), 1, sym_discrete_choice_list, STATE(1742), 1, sym_component_choice_list, - STATE(1851), 1, + STATE(1852), 1, sym__array_component_association_list, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(1751), 2, + STATE(1756), 2, sym_record_component_association_list, sym__record_component_association_list_or_expression, ACTIONS(354), 3, @@ -18753,7 +18755,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1330), 1, + STATE(1236), 1, sym_discriminant_association, STATE(1601), 1, sym_expression, @@ -18764,7 +18766,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(535), 2, sym__name, sym_function_call, - STATE(1236), 2, + STATE(1240), 2, sym_range_g, sym__discrete_range, ACTIONS(494), 3, @@ -18852,9 +18854,9 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(677), 1, sym__simple_expression, - STATE(1292), 1, + STATE(1298), 1, sym_parameter_association, - STATE(1545), 1, + STATE(1559), 1, sym_expression, STATE(1628), 1, sym_component_choice_list, @@ -18941,17 +18943,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19031,17 +19033,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19117,17 +19119,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_subtype_declaration_token1, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, ACTIONS(551), 2, aux_sym_compilation_unit_token1, @@ -19210,17 +19212,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19300,17 +19302,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19388,17 +19390,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19482,17 +19484,17 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1039), 1, + STATE(1043), 1, sym_expression, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, - sym_range_g, STATE(1444), 1, sym_iterated_element_association, - STATE(1575), 1, + STATE(1462), 1, + sym_range_g, + STATE(1467), 1, sym__subtype_indication, STATE(1709), 1, sym__array_component_association_list, @@ -19573,17 +19575,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19661,17 +19663,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19755,9 +19757,9 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1263), 1, sym_pragma_argument_association, - STATE(1599), 1, + STATE(1596), 1, sym_expression, - STATE(1855), 1, + STATE(1859), 1, sym__aspect_mark, STATE(2057), 1, sym_value_sequence, @@ -19775,7 +19777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(1854), 6, + STATE(1855), 6, sym__conditional_expression, sym__conditional_quantified_declare_expression, sym_quantified_expression, @@ -19840,17 +19842,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -19928,17 +19930,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -20016,17 +20018,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(916), 1, sym_generic_formal_part, - STATE(1073), 1, + STATE(1075), 1, sym__subprogram_specification, STATE(1083), 1, sym_overriding_indicator, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(2056), 1, sym__package_specification, - STATE(2059), 1, + STATE(2060), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -20110,15 +20112,15 @@ static const uint16_t ts_small_parse_table[] = { sym_null_exclusion, STATE(1102), 1, sym_expression, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, STATE(1709), 1, sym__array_component_association_list, @@ -20203,17 +20205,17 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1039), 1, + STATE(1043), 1, sym_expression, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, STATE(1709), 1, sym__array_component_association_list, @@ -20296,21 +20298,21 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, + STATE(1544), 1, + sym_expression, STATE(1724), 1, sym_discrete_choice_list, - STATE(1844), 1, + STATE(1845), 1, sym__array_component_association_list, STATE(2057), 1, sym_value_sequence, @@ -20389,17 +20391,17 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1158), 1, + STATE(1150), 1, sym_expression, - STATE(1183), 1, + STATE(1185), 1, sym_array_component_association, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, STATE(1724), 1, sym_discrete_choice_list, @@ -20482,18 +20484,18 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1310), 1, - sym_array_component_association, - STATE(1376), 1, + STATE(1282), 1, sym_iterated_element_association, - STATE(1403), 1, + STATE(1326), 1, + sym_array_component_association, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, + STATE(1544), 1, + sym_expression, STATE(1724), 1, sym_discrete_choice_list, STATE(2057), 1, @@ -20583,7 +20585,7 @@ static const uint16_t ts_small_parse_table[] = { sym__relation, sym_relation_membership, sym_raise_expression, - STATE(1020), 3, + STATE(1021), 3, sym_expression, sym__aspect_definition, sym_global_aspect_definition, @@ -20657,15 +20659,15 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1389), 1, + STATE(1392), 1, sym__named_record_component_association, - STATE(1565), 1, + STATE(1578), 1, sym_expression, STATE(1742), 1, sym_component_choice_list, STATE(2057), 1, sym_value_sequence, - STATE(2127), 2, + STATE(2128), 2, sym_record_component_association_list, sym__record_component_association_list_or_expression, ACTIONS(600), 3, @@ -20739,17 +20741,17 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, + STATE(1544), 1, + sym_expression, STATE(2057), 1, sym_value_sequence, - STATE(2117), 1, + STATE(2118), 1, sym_discrete_choice_list, STATE(535), 2, sym__name, @@ -20824,14 +20826,14 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, + STATE(1544), 1, + sym_expression, STATE(1872), 1, sym_discrete_choice_list, STATE(2057), 1, @@ -20909,15 +20911,15 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1403), 1, + STATE(1406), 1, sym_discrete_choice, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, - STATE(1637), 1, + STATE(1544), 1, + sym_expression, + STATE(1642), 1, sym_discrete_choice_list, STATE(2057), 1, sym_value_sequence, @@ -21632,14 +21634,14 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(852), 1, sym_null_exclusion, - STATE(1433), 1, + STATE(1462), 1, sym_range_g, - STATE(1522), 1, - sym_discrete_choice, - STATE(1541), 1, - sym_expression, - STATE(1575), 1, + STATE(1467), 1, sym__subtype_indication, + STATE(1526), 1, + sym_discrete_choice, + STATE(1544), 1, + sym_expression, STATE(2057), 1, sym_value_sequence, STATE(535), 2, @@ -25255,9 +25257,9 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1545), 1, + STATE(1559), 1, sym_expression, - STATE(1579), 1, + STATE(1576), 1, sym_parameter_association, STATE(1628), 1, sym_component_choice_list, @@ -25338,7 +25340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_component_choice_list, STATE(2057), 1, sym_value_sequence, - STATE(1275), 2, + STATE(1279), 2, sym_expression, sym__named_record_component_association, ACTIONS(600), 3, @@ -25414,7 +25416,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1136), 1, sym_expression, - STATE(1275), 1, + STATE(1279), 1, sym__named_record_component_association, STATE(1742), 1, sym_component_choice_list, @@ -25489,11 +25491,11 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1396), 1, sym_parameter_specification, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - STATE(1730), 1, + STATE(1734), 1, sym__parameter_specification_list, - STATE(1875), 1, + STATE(1877), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -25720,22 +25722,22 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, STATE(1396), 1, sym_parameter_specification, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - STATE(1730), 1, + STATE(1734), 1, sym__parameter_specification_list, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(1829), 2, + STATE(1832), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(902), 4, @@ -25802,7 +25804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1516), 1, + STATE(1515), 1, sym_extended_return_object_declaration, STATE(1944), 1, sym_expression, @@ -25878,9 +25880,9 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1507), 1, sym_pragma_argument_association, - STATE(1599), 1, + STATE(1596), 1, sym_expression, - STATE(1855), 1, + STATE(1859), 1, sym__aspect_mark, STATE(2057), 1, sym_value_sequence, @@ -25950,22 +25952,22 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, STATE(1396), 1, sym_parameter_specification, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - STATE(1730), 1, + STATE(1734), 1, sym__parameter_specification_list, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(2001), 2, + STATE(2002), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(902), 4, @@ -26028,22 +26030,22 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1247), 1, + STATE(1251), 1, sym_index_subtype_definition, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, - STATE(2012), 1, - sym__index_subtype_definition_list, STATE(2013), 1, + sym__index_subtype_definition_list, + STATE(2016), 1, sym__discrete_subtype_definition_list, STATE(2057), 1, sym_value_sequence, STATE(807), 2, sym__name, sym_function_call, - STATE(1252), 2, + STATE(1259), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(910), 4, @@ -26407,7 +26409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1634), 1, + STATE(1635), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26481,7 +26483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1414), 1, + STATE(1412), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26555,7 +26557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1337), 1, + STATE(1338), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26629,7 +26631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1633), 1, + STATE(1634), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26703,7 +26705,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1337), 1, + STATE(1338), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26777,7 +26779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1582), 1, + STATE(1583), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26851,7 +26853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1335), 1, + STATE(1336), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26925,7 +26927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1557), 1, + STATE(1563), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -26999,7 +27001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1337), 1, + STATE(1338), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27143,7 +27145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1391), 1, + STATE(1421), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27287,7 +27289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1704), 1, + STATE(1706), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27359,7 +27361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1253), 1, + STATE(1268), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27484,7 +27486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1962), 1, + STATE(1965), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27753,7 +27755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1501), 1, + STATE(1502), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27825,7 +27827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1765), 1, + STATE(1766), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -27897,16 +27899,16 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, STATE(688), 2, sym__name, sym_function_call, - STATE(1114), 2, + STATE(1113), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(354), 4, @@ -27971,7 +27973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1703), 1, + STATE(1704), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28115,7 +28117,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1514), 1, + STATE(1493), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28187,7 +28189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1162), 1, + STATE(1164), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28259,7 +28261,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1957), 1, + STATE(1962), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28403,7 +28405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1888), 1, + STATE(1889), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28475,7 +28477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1325), 1, + STATE(1292), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28744,7 +28746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1965), 1, + STATE(1966), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28816,7 +28818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1780), 1, + STATE(1783), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28888,7 +28890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1853), 1, + STATE(1854), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -28960,7 +28962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1777), 1, + STATE(1779), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -29157,7 +29159,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1749), 1, + STATE(1751), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -29604,7 +29606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1259), 1, + STATE(1262), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -29676,7 +29678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1219), 1, + STATE(1220), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -29820,7 +29822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1583), 1, + STATE(1584), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30089,7 +30091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1642), 1, + STATE(1645), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30161,7 +30163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1635), 1, + STATE(1636), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30233,7 +30235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1132), 1, + STATE(1134), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30305,7 +30307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1871), 1, + STATE(1874), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30377,7 +30379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1337), 1, + STATE(1338), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30523,7 +30525,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(2057), 1, sym_value_sequence, - STATE(2131), 1, + STATE(2132), 1, sym_expression, STATE(612), 3, sym__relation, @@ -30790,7 +30792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1296), 1, + STATE(1301), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -30862,7 +30864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(578), 1, sym__simple_expression, - STATE(1859), 1, + STATE(1860), 1, sym_expression, STATE(2057), 1, sym_value_sequence, @@ -31140,16 +31142,16 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(1970), 2, + STATE(1971), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(902), 4, @@ -32998,16 +33000,16 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(2031), 2, + STATE(1307), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(902), 4, @@ -34008,7 +34010,7 @@ static const uint16_t ts_small_parse_table[] = { sym_null_exclusion, STATE(1603), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -37286,16 +37288,16 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, STATE(535), 2, sym__name, sym_function_call, - STATE(1530), 2, + STATE(1531), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(902), 4, @@ -39126,9 +39128,9 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(852), 1, sym_null_exclusion, - STATE(1015), 1, + STATE(996), 1, sym__subtype_indication, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -41769,7 +41771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(738), 1, sym_range_g, - STATE(1668), 1, + STATE(1669), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -42225,9 +42227,9 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(560), 1, sym_term, - STATE(1662), 1, - sym_chunk_specification, STATE(1663), 1, + sym_chunk_specification, + STATE(1664), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -43034,7 +43036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(560), 1, sym_term, - STATE(1695), 1, + STATE(1696), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -43098,7 +43100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(560), 1, sym_term, - STATE(1595), 1, + STATE(1592), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -43825,7 +43827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(560), 1, sym_term, - STATE(2025), 1, + STATE(2030), 1, sym__simple_expression, STATE(2057), 1, sym_value_sequence, @@ -44595,7 +44597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, STATE(792), 1, sym__parenthesized_expression, - STATE(1251), 1, + STATE(1253), 1, aux_sym_discriminant_association_repeat1, ACTIONS(1819), 2, anon_sym_COMMA, @@ -44768,7 +44770,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token2, STATE(1426), 1, sym_null_exclusion, - STATE(1451), 1, + STATE(1434), 1, sym_record_definition, ACTIONS(1924), 2, aux_sym_access_to_subprogram_definition_token1, @@ -45009,13 +45011,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token2, STATE(1426), 1, sym_null_exclusion, - STATE(1451), 1, + STATE(1434), 1, sym_record_definition, ACTIONS(1924), 3, aux_sym_access_to_subprogram_definition_token1, aux_sym_private_extension_declaration_token1, aux_sym_interface_type_definition_token1, - STATE(1420), 17, + STATE(1380), 17, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, @@ -45339,20 +45341,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token2, ACTIONS(2004), 1, aux_sym_private_extension_declaration_token1, - STATE(1411), 1, - sym_interface_type_definition, STATE(1416), 1, + sym_interface_type_definition, + STATE(1417), 1, sym_array_type_definition, STATE(1426), 1, sym_null_exclusion, ACTIONS(1924), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1417), 3, + STATE(1232), 3, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, - STATE(1184), 12, + STATE(1177), 12, sym__formal_type_definition, sym_formal_private_type_definition, sym_formal_derived_type_definition, @@ -45398,20 +45400,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_extension_declaration_token1, ACTIONS(2006), 1, aux_sym_private_type_declaration_token2, - STATE(1411), 1, - sym_interface_type_definition, STATE(1416), 1, + sym_interface_type_definition, + STATE(1417), 1, sym_array_type_definition, STATE(1426), 1, sym_null_exclusion, ACTIONS(1924), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1417), 3, + STATE(1232), 3, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, - STATE(1201), 12, + STATE(1202), 12, sym__formal_type_definition, sym_formal_private_type_definition, sym_formal_derived_type_definition, @@ -45827,22 +45829,22 @@ static const uint16_t ts_small_parse_table[] = { sym_accept_statement, STATE(886), 1, sym_guard, - STATE(1190), 1, + STATE(1191), 1, sym_select_alternative, - STATE(1470), 1, + STATE(1480), 1, sym_entry_call_alternative, STATE(1930), 1, sym_triggering_alternative, STATE(2057), 1, sym_value_sequence, - STATE(1152), 2, + STATE(1162), 2, sym__name, sym_function_call, STATE(44), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1365), 3, + STATE(1369), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, @@ -45851,7 +45853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1112), 5, + STATE(1101), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -45868,7 +45870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(2042), 1, anon_sym_COLON, - STATE(1312), 1, + STATE(1321), 1, aux_sym__defining_identifier_list_repeat1, STATE(1386), 1, aux_sym_component_choice_list_repeat1, @@ -46031,7 +46033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, STATE(792), 1, sym__parenthesized_expression, - STATE(1312), 1, + STATE(1321), 1, aux_sym__defining_identifier_list_repeat1, ACTIONS(1812), 3, anon_sym_DASH, @@ -46061,7 +46063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, ACTIONS(1892), 1, anon_sym_PIPE, - STATE(1251), 1, + STATE(1253), 1, aux_sym_discriminant_association_repeat1, ACTIONS(1812), 6, anon_sym_EQ, @@ -46110,11 +46112,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2064), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(2043), 1, sym__defining_identifier_list, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46184,11 +46186,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, ACTIONS(2068), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(2043), 1, sym__defining_identifier_list, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46226,11 +46228,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, ACTIONS(2070), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(2043), 1, sym__defining_identifier_list, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46254,7 +46256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(2056), 1, anon_sym_COMMA, - STATE(1312), 1, + STATE(1321), 1, aux_sym__defining_identifier_list_repeat1, ACTIONS(1812), 5, anon_sym_LT, @@ -46302,11 +46304,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(2095), 1, aux_sym_pragma_g_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(2043), 1, sym__defining_identifier_list, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46344,11 +46346,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, ACTIONS(2070), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(2043), 1, sym__defining_identifier_list, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46388,11 +46390,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2102), 1, aux_sym_allocator_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(2123), 1, + STATE(2124), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46430,11 +46432,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2104), 1, aux_sym_allocator_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(1715), 1, + STATE(1717), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46472,11 +46474,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2106), 1, aux_sym_allocator_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(1669), 1, + STATE(1670), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46514,11 +46516,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2108), 1, aux_sym_allocator_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(2124), 1, + STATE(2125), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46593,11 +46595,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2113), 1, aux_sym_allocator_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(1890), 1, + STATE(1891), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46665,14 +46667,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_exception_declaration_token1, STATE(766), 1, sym_null_exclusion, - STATE(1125), 1, + STATE(1122), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1059), 2, + STATE(1128), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -46707,11 +46709,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2100), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(1677), 1, + STATE(1680), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46776,11 +46778,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2100), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(1893), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46816,11 +46818,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2100), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(1977), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46856,11 +46858,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(613), 12, sym_subprogram_body, @@ -46896,11 +46898,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2100), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(1747), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -46936,11 +46938,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2100), 1, aux_sym__package_specification_token3, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, STATE(1748), 1, sym_protected_definition, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -47048,7 +47050,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_declare_expression_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, - STATE(1053), 7, + STATE(1052), 7, sym__name, sym_selected_component, sym_slice, @@ -47077,9 +47079,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2154), 1, aux_sym_compilation_unit_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -47113,14 +47115,14 @@ static const uint16_t ts_small_parse_table[] = { sym_general_access_modifier, STATE(852), 1, sym_null_exclusion, - STATE(1258), 1, + STATE(1261), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, ACTIONS(2156), 2, aux_sym_use_clause_token1, aux_sym_general_access_modifier_token1, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47153,14 +47155,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_general_access_modifier_token1, STATE(766), 1, sym_null_exclusion, - STATE(1125), 1, + STATE(1122), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1059), 2, + STATE(1128), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47253,11 +47255,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(619), 12, sym_subprogram_body, @@ -47289,16 +47291,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, STATE(766), 1, sym_null_exclusion, - STATE(1075), 1, + STATE(1074), 1, sym__subtype_indication, - STATE(1896), 1, + STATE(1897), 1, sym__assign_value, STATE(2057), 1, sym_value_sequence, STATE(1076), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47329,12 +47331,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(2200), 1, aux_sym_pragma_g_token1, - STATE(1035), 1, + STATE(1036), 1, sym_overriding_indicator, ACTIONS(2183), 2, aux_sym_compilation_unit_token1, aux_sym__package_specification_token3, - STATE(1175), 3, + STATE(1178), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -47368,11 +47370,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(619), 12, sym_subprogram_body, @@ -47460,11 +47462,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(619), 12, sym_subprogram_body, @@ -47498,11 +47500,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(616), 12, sym_subprogram_body, @@ -47536,11 +47538,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, STATE(1124), 1, sym_overriding_indicator, - STATE(1133), 1, + STATE(1132), 1, sym__subprogram_specification, STATE(1199), 1, sym_function_specification, - STATE(1205), 1, + STATE(1206), 1, sym_procedure_specification, STATE(613), 12, sym_subprogram_body, @@ -47579,7 +47581,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1076), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47614,7 +47616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_non_empty_mode, STATE(756), 1, sym_null_exclusion, - STATE(1043), 1, + STATE(1044), 1, sym_access_definition, STATE(2057), 1, sym_value_sequence, @@ -47652,10 +47654,10 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1012), 2, + STATE(1042), 2, sym_access_definition, sym__return_subtype_indication, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47684,14 +47686,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, STATE(766), 1, sym_null_exclusion, - STATE(1062), 1, + STATE(1063), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1063), 2, + STATE(1064), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47720,15 +47722,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_definition_token1, STATE(766), 1, sym_null_exclusion, - STATE(1157), 1, + STATE(1158), 1, sym_access_definition, STATE(1159), 1, sym__subtype_indication, - STATE(1217), 1, + STATE(1218), 1, sym_component_definition, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47789,15 +47791,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_definition_token1, STATE(766), 1, sym_null_exclusion, - STATE(1091), 1, + STATE(1090), 1, sym_component_definition, - STATE(1157), 1, + STATE(1158), 1, sym_access_definition, STATE(1159), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -47898,7 +47900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_non_empty_mode, STATE(770), 1, sym_null_exclusion, - STATE(1052), 1, + STATE(1054), 1, sym_access_definition, STATE(2057), 1, sym_value_sequence, @@ -47907,7 +47909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(898), 7, + STATE(897), 7, sym__name, sym_selected_component, sym_slice, @@ -48077,7 +48079,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1014), 2, sym_access_definition, sym__return_subtype_indication, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48106,14 +48108,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, STATE(766), 1, sym_null_exclusion, - STATE(1075), 1, + STATE(1074), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, STATE(1076), 2, sym_access_definition, sym_array_type_definition, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48142,15 +48144,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_definition_token1, STATE(766), 1, sym_null_exclusion, - STATE(1157), 1, + STATE(1158), 1, sym_access_definition, STATE(1159), 1, sym__subtype_indication, - STATE(1216), 1, + STATE(1217), 1, sym_component_definition, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48177,11 +48179,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, STATE(766), 1, sym_null_exclusion, - STATE(1517), 1, + STATE(1551), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, STATE(1519), 2, @@ -48215,10 +48217,10 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1030), 2, + STATE(1031), 2, sym_access_definition, sym__return_subtype_indication, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48492,7 +48494,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(1311), 1, sym_subprogram_default, - STATE(1810), 1, + STATE(1811), 1, sym_aspect_specification, STATE(2057), 1, sym_value_sequence, @@ -48504,7 +48506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1045), 7, + STATE(1013), 7, sym__name, sym_selected_component, sym_slice, @@ -48578,10 +48580,10 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1038), 2, + STATE(1020), 2, sym_access_definition, sym__return_subtype_indication, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48742,13 +48744,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, STATE(766), 1, sym_null_exclusion, - STATE(1179), 1, + STATE(1182), 1, sym__subtype_indication, - STATE(1180), 1, + STATE(1183), 1, sym_access_definition, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -48781,9 +48783,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2370), 1, aux_sym_allocator_token1, - STATE(1609), 1, + STATE(1610), 1, sym_task_definition, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -48921,9 +48923,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2380), 1, aux_sym_allocator_token1, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, - STATE(2100), 1, + STATE(2101), 1, sym_task_definition, STATE(699), 9, sym__aspect_clause, @@ -48954,9 +48956,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2382), 1, aux_sym_allocator_token1, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, - STATE(2104), 1, + STATE(2105), 1, sym_task_definition, STATE(699), 9, sym__aspect_clause, @@ -48987,9 +48989,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2384), 1, aux_sym_allocator_token1, - STATE(1818), 1, + STATE(1819), 1, sym_task_definition, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -49045,9 +49047,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, ACTIONS(2391), 1, aux_sym_allocator_token1, - STATE(1819), 1, - sym_task_definition, STATE(1822), 1, + sym_task_definition, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -49124,7 +49126,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2245), 1, anon_sym_LBRACK, - STATE(1147), 1, + STATE(1149), 1, sym_attribute_designator, ACTIONS(2247), 4, aux_sym_attribute_designator_token1, @@ -49167,7 +49169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1053), 7, + STATE(1052), 7, sym__name, sym_selected_component, sym_slice, @@ -49276,9 +49278,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2368), 1, aux_sym__package_specification_token3, - STATE(1624), 1, + STATE(1626), 1, sym_task_definition, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -49309,7 +49311,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(1792), 1, sym_task_definition, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -49338,7 +49340,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2368), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(1920), 1, sym_task_definition, @@ -49361,7 +49363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2423), 1, aux_sym_private_type_declaration_token1, - STATE(1413), 1, + STATE(1403), 1, sym_subprogram_default, STATE(2057), 1, sym_value_sequence, @@ -49373,7 +49375,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1045), 7, + STATE(1013), 7, sym__name, sym_selected_component, sym_slice, @@ -49502,7 +49504,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2368), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(1997), 1, sym_task_definition, @@ -49529,7 +49531,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1288), 1, + STATE(1275), 1, sym_iterator_filter, ACTIONS(1782), 2, anon_sym_DASH, @@ -49625,7 +49627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, STATE(788), 1, sym_null_exclusion, - STATE(1094), 1, + STATE(1095), 1, sym_access_definition, STATE(2057), 1, sym_value_sequence, @@ -49634,7 +49636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(900), 7, + STATE(907), 7, sym__name, sym_selected_component, sym_slice, @@ -49681,13 +49683,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2461), 1, aux_sym_component_choice_list_token1, - STATE(1358), 1, + STATE(1350), 1, sym_exception_choice, STATE(2057), 1, sym_value_sequence, - STATE(2112), 1, - sym_choice_parameter_specification, STATE(2113), 1, + sym_choice_parameter_specification, + STATE(2114), 1, sym_exception_choice_list, ACTIONS(2459), 4, sym_gnatprep_identifier, @@ -49721,7 +49723,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__package_specification_token3, STATE(1791), 1, sym_task_definition, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(699), 9, sym__aspect_clause, @@ -49746,7 +49748,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1238), 1, + STATE(1377), 1, sym_iterator_filter, ACTIONS(1782), 2, anon_sym_DASH, @@ -49785,7 +49787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1053), 7, + STATE(1052), 7, sym__name, sym_selected_component, sym_slice, @@ -49804,11 +49806,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1131), 1, + STATE(1157), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -49839,7 +49841,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(2467), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(712), 9, sym__aspect_clause, @@ -49860,9 +49862,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_choice_list_token1, ACTIONS(2469), 1, sym_identifier, - STATE(1358), 1, + STATE(1350), 1, sym_exception_choice, - STATE(1682), 1, + STATE(1684), 1, sym_exception_choice_list, STATE(2057), 1, sym_value_sequence, @@ -49890,11 +49892,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1208), 1, + STATE(1209), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -49946,11 +49948,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1265), 1, + STATE(1273), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -49998,11 +50000,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1153), 1, + STATE(1155), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50031,7 +50033,7 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50058,7 +50060,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(2477), 1, aux_sym_case_expression_token1, - STATE(1526), 1, + STATE(1522), 1, sym_variant_part, STATE(2043), 1, sym__defining_identifier_list, @@ -50089,7 +50091,7 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50165,11 +50167,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1435), 1, + STATE(1457), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50196,7 +50198,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(2495), 1, aux_sym_pragma_g_token1, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, ACTIONS(2484), 2, aux_sym_compilation_unit_token1, @@ -50222,7 +50224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2477), 1, aux_sym_case_expression_token1, - STATE(1448), 1, + STATE(1432), 1, sym_variant_part, STATE(2043), 1, sym__defining_identifier_list, @@ -50250,11 +50252,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1438), 1, + STATE(1448), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50337,7 +50339,7 @@ static const uint16_t ts_small_parse_table[] = { sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50390,11 +50392,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1185), 1, + STATE(1186), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50419,11 +50421,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, STATE(852), 1, sym_null_exclusion, - STATE(1422), 1, + STATE(1372), 1, sym__subtype_indication, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(902), 4, @@ -50450,9 +50452,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(2477), 1, aux_sym_case_expression_token1, - STATE(1526), 1, + STATE(1522), 1, sym_variant_part, - STATE(1580), 1, + STATE(1585), 1, sym_component_list, STATE(2043), 1, sym__defining_identifier_list, @@ -50511,7 +50513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(893), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -50536,7 +50538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1074), 7, + STATE(1046), 7, sym__name, sym_selected_component, sym_slice, @@ -50559,7 +50561,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2467), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(733), 9, sym__aspect_clause, @@ -50586,7 +50588,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2529), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(732), 9, sym__aspect_clause, @@ -50643,7 +50645,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, STATE(1047), 1, sym_overriding_indicator, - STATE(1350), 3, + STATE(1231), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -50671,7 +50673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1028), 7, + STATE(1029), 7, sym__name, sym_selected_component, sym_slice, @@ -50745,7 +50747,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2556), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(712), 9, sym__aspect_clause, @@ -50772,7 +50774,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2529), 1, aux_sym__package_specification_token3, - STATE(1822), 1, + STATE(1825), 1, sym_overriding_indicator, STATE(712), 9, sym__aspect_clause, @@ -50822,7 +50824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1097), 7, + STATE(1099), 7, sym__name, sym_selected_component, sym_slice, @@ -50835,7 +50837,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2006), 1, + STATE(2008), 1, sym_reduction_specification, STATE(2057), 1, sym_value_sequence, @@ -50845,7 +50847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1046), 7, + STATE(1070), 7, sym__name, sym_selected_component, sym_slice, @@ -50868,7 +50870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1072), 7, + STATE(1073), 7, sym__name, sym_selected_component, sym_slice, @@ -50956,7 +50958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1050), 7, + STATE(1051), 7, sym__name, sym_selected_component, sym_slice, @@ -50969,7 +50971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1585), 1, + STATE(1604), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -50979,7 +50981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51002,7 +51004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51025,7 +51027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51085,7 +51087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1594), 1, + STATE(1600), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51095,7 +51097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51119,7 +51121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(959), 7, + STATE(957), 7, sym__name, sym_selected_component, sym_slice, @@ -51142,7 +51144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1061), 7, + STATE(1060), 7, sym__name, sym_selected_component, sym_slice, @@ -51165,7 +51167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1058), 7, + STATE(1059), 7, sym__name, sym_selected_component, sym_slice, @@ -51178,7 +51180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1670), 1, + STATE(1674), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51188,7 +51190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51211,7 +51213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1054), 7, + STATE(1053), 7, sym__name, sym_selected_component, sym_slice, @@ -51224,7 +51226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1373), 1, + STATE(1375), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51234,7 +51236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51317,7 +51319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1891), 1, + STATE(1894), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51327,7 +51329,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51350,7 +51352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51363,7 +51365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1894), 1, + STATE(1896), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51373,7 +51375,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51421,7 +51423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(904), 7, + STATE(911), 7, sym__name, sym_selected_component, sym_slice, @@ -51444,7 +51446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51486,7 +51488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1026), 7, + STATE(1027), 7, sym__name, sym_selected_component, sym_slice, @@ -51509,7 +51511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51528,7 +51530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(2628), 4, @@ -51615,7 +51617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(900), 7, + STATE(907), 7, sym__name, sym_selected_component, sym_slice, @@ -51628,7 +51630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1696), 1, + STATE(1697), 1, sym__name_list, STATE(2057), 1, sym_value_sequence, @@ -51661,7 +51663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51674,7 +51676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1686), 1, + STATE(1687), 1, sym__name_list, STATE(2057), 1, sym_value_sequence, @@ -51760,7 +51762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1826), 1, + STATE(1827), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51770,7 +51772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51793,7 +51795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1115), 7, + STATE(1129), 7, sym__name, sym_selected_component, sym_slice, @@ -51806,7 +51808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1825), 1, + STATE(1826), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51816,7 +51818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51840,7 +51842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1116), 7, + STATE(1114), 7, sym__name, sym_selected_component, sym_slice, @@ -51899,7 +51901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1606), 1, + STATE(1607), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51909,7 +51911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51924,7 +51926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, STATE(2057), 1, sym_value_sequence, - STATE(2108), 1, + STATE(2109), 1, sym__interface_list, ACTIONS(2582), 5, sym_identifier, @@ -51932,7 +51934,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51945,7 +51947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1381), 1, + STATE(1395), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -51955,7 +51957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -51978,7 +51980,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52001,7 +52003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52025,7 +52027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(910), 7, + STATE(902), 7, sym__name, sym_selected_component, sym_slice, @@ -52038,7 +52040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1434), 1, + STATE(1458), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -52048,7 +52050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52071,7 +52073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52095,7 +52097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(911), 7, + STATE(904), 7, sym__name, sym_selected_component, sym_slice, @@ -52146,7 +52148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1455), 1, + STATE(1459), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -52156,7 +52158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52169,7 +52171,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1445), 1, + STATE(1438), 1, sym__interface_list, STATE(2057), 1, sym_value_sequence, @@ -52179,7 +52181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52225,7 +52227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1049), 7, + STATE(1050), 7, sym__name, sym_selected_component, sym_slice, @@ -52272,7 +52274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1089), 7, + STATE(1119), 7, sym__name, sym_selected_component, sym_slice, @@ -52285,7 +52287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1481), 1, + STATE(1487), 1, sym__name_list, STATE(2057), 1, sym_value_sequence, @@ -52295,7 +52297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(964), 7, + STATE(1009), 7, sym__name, sym_selected_component, sym_slice, @@ -52318,7 +52320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1051), 7, + STATE(1056), 7, sym__name, sym_selected_component, sym_slice, @@ -52331,7 +52333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1518), 1, + STATE(1520), 1, sym_index_subtype_definition, STATE(2057), 1, sym_value_sequence, @@ -52341,7 +52343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1110), 7, + STATE(1112), 7, sym__name, sym_selected_component, sym_slice, @@ -52379,7 +52381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, STATE(2057), 1, sym_value_sequence, - STATE(2121), 1, + STATE(2122), 1, sym__interface_list, ACTIONS(2582), 5, sym_identifier, @@ -52387,7 +52389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(909), 7, sym__name, sym_selected_component, sym_slice, @@ -52427,7 +52429,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(902), 7, + STATE(905), 7, sym__name, sym_selected_component, sym_slice, @@ -52472,7 +52474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(958), 7, + STATE(961), 7, sym__name, sym_selected_component, sym_slice, @@ -52493,7 +52495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(905), 7, + STATE(908), 7, sym__name, sym_selected_component, sym_slice, @@ -52514,7 +52516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(907), 7, + STATE(910), 7, sym__name, sym_selected_component, sym_slice, @@ -52554,7 +52556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1082), 7, + STATE(1080), 7, sym__name, sym_selected_component, sym_slice, @@ -52575,7 +52577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(937), 7, + STATE(959), 7, sym__name, sym_selected_component, sym_slice, @@ -52596,7 +52598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(981), 7, + STATE(977), 7, sym__name, sym_selected_component, sym_slice, @@ -52659,7 +52661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1027), 7, + STATE(1028), 7, sym__name, sym_selected_component, sym_slice, @@ -52680,7 +52682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(959), 7, + STATE(957), 7, sym__name, sym_selected_component, sym_slice, @@ -52701,7 +52703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(977), 7, + STATE(972), 7, sym__name, sym_selected_component, sym_slice, @@ -52743,7 +52745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(938), 7, + STATE(940), 7, sym__name, sym_selected_component, sym_slice, @@ -52764,7 +52766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(984), 7, + STATE(985), 7, sym__name, sym_selected_component, sym_slice, @@ -52807,7 +52809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1129), 7, + STATE(1125), 7, sym__name, sym_selected_component, sym_slice, @@ -52868,7 +52870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(929), 7, + STATE(925), 7, sym__name, sym_selected_component, sym_slice, @@ -52973,7 +52975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(927), 7, + STATE(928), 7, sym__name, sym_selected_component, sym_slice, @@ -52994,7 +52996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(893), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -53037,7 +53039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1002), 7, + STATE(1007), 7, sym__name, sym_selected_component, sym_slice, @@ -53291,7 +53293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(980), 7, + STATE(962), 7, sym__name, sym_selected_component, sym_slice, @@ -53312,7 +53314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(986), 7, + STATE(983), 7, sym__name, sym_selected_component, sym_slice, @@ -53354,7 +53356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(970), 7, + STATE(964), 7, sym__name, sym_selected_component, sym_slice, @@ -53375,7 +53377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(991), 7, + STATE(988), 7, sym__name, sym_selected_component, sym_slice, @@ -53390,7 +53392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, STATE(2057), 1, sym_value_sequence, - STATE(1134), 2, + STATE(1133), 2, sym__name, sym_function_call, ACTIONS(2628), 5, @@ -53418,7 +53420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1070), 7, + STATE(1048), 7, sym__name, sym_selected_component, sym_slice, @@ -53439,7 +53441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(908), 7, + STATE(900), 7, sym__name, sym_selected_component, sym_slice, @@ -53481,7 +53483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(997), 7, + STATE(998), 7, sym__name, sym_selected_component, sym_slice, @@ -53502,7 +53504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(934), 7, + STATE(930), 7, sym__name, sym_selected_component, sym_slice, @@ -53566,7 +53568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(988), 7, + STATE(990), 7, sym__name, sym_selected_component, sym_slice, @@ -53588,7 +53590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1074), 7, + STATE(1046), 7, sym__name, sym_selected_component, sym_slice, @@ -53609,7 +53611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1099), 7, + STATE(1092), 7, sym__name, sym_selected_component, sym_slice, @@ -53630,7 +53632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(901), 7, + STATE(899), 7, sym__name, sym_selected_component, sym_slice, @@ -53694,7 +53696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(896), 7, + STATE(893), 7, sym__name, sym_selected_component, sym_slice, @@ -53715,7 +53717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(909), 7, + STATE(898), 7, sym__name, sym_selected_component, sym_slice, @@ -53736,7 +53738,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token1, ACTIONS(2832), 1, aux_sym_interface_type_definition_token1, - STATE(1761), 1, + STATE(1762), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -53760,7 +53762,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(2845), 1, aux_sym_pragma_g_token1, - STATE(1761), 1, + STATE(1762), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -53786,13 +53788,13 @@ static const uint16_t ts_small_parse_table[] = { sym_accept_statement, STATE(884), 1, sym_guard, - STATE(1241), 1, + STATE(1246), 1, sym_select_alternative, STATE(48), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1365), 3, + STATE(1369), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, @@ -53803,7 +53805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2245), 1, anon_sym_LBRACK, - STATE(1400), 11, + STATE(1410), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -53841,7 +53843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2245), 1, anon_sym_LBRACK, - STATE(1240), 11, + STATE(1247), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -53866,7 +53868,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(2850), 1, aux_sym_subprogram_body_token1, - STATE(1761), 1, + STATE(1762), 1, sym__defining_identifier_list, STATE(378), 2, sym_single_protected_declaration, @@ -53899,7 +53901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2856), 1, anon_sym_LPAREN, - STATE(895), 1, + STATE(896), 1, sym_formal_part, ACTIONS(2858), 10, anon_sym_RPAREN, @@ -54042,13 +54044,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_terminate_alternative_token1, STATE(49), 1, sym_accept_statement, - STATE(1321), 1, + STATE(1324), 1, sym_select_alternative, STATE(48), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1365), 3, + STATE(1369), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, @@ -54085,7 +54087,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1365), 3, + STATE(1369), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, @@ -54134,7 +54136,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(492), 1, sym_actual_parameter_part, - STATE(1141), 1, + STATE(1143), 1, sym__assign_value, STATE(1532), 1, sym_aspect_specification, @@ -54156,9 +54158,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(492), 1, sym_actual_parameter_part, - STATE(1187), 1, + STATE(1188), 1, sym__assign_value, - STATE(1480), 1, + STATE(1481), 1, sym_aspect_specification, ACTIONS(2894), 2, anon_sym_RPAREN, @@ -54206,28 +54208,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(492), 1, sym_actual_parameter_part, - STATE(1202), 1, + STATE(1196), 1, sym__assign_value, - STATE(1529), 1, + STATE(1486), 1, sym_aspect_specification, ACTIONS(2896), 2, anon_sym_RPAREN, anon_sym_SEMI, - [42190] = 2, + [42190] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2898), 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, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2178), 1, anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [42206] = 2, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1204), 1, + sym__assign_value, + STATE(1537), 1, + sym_aspect_specification, + ACTIONS(2898), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [42222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2900), 10, @@ -54241,7 +54251,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [42222] = 10, + [42238] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2902), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [42254] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54254,34 +54278,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, + ACTIONS(2904), 1, + anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1198), 1, + STATE(1357), 1, sym__assign_value, - STATE(1498), 1, + STATE(2072), 1, sym_aspect_specification, - ACTIONS(2902), 2, - anon_sym_RPAREN, + [42285] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2439), 1, + aux_sym_iterator_filter_token1, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1376), 1, + sym_iterator_filter, + ACTIONS(2906), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42312] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2439), 1, + aux_sym_iterator_filter_token1, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1384), 1, + sym_iterator_filter, + ACTIONS(2906), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42339] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2912), 1, + aux_sym__package_specification_token2, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1193), 1, + sym_formal_part, + ACTIONS(2910), 3, anon_sym_SEMI, - [42254] = 7, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [42366] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2056), 1, anon_sym_COMMA, - ACTIONS(2904), 1, + ACTIONS(2915), 1, anon_sym_COLON, - ACTIONS(2907), 1, + ACTIONS(2918), 1, anon_sym_SEMI, - ACTIONS(2909), 1, + ACTIONS(2920), 1, aux_sym_object_renaming_declaration_token1, - STATE(1312), 1, + STATE(1321), 1, aux_sym__defining_identifier_list_repeat1, ACTIONS(1814), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [42279] = 10, + [42391] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54294,55 +54374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(2911), 1, + ACTIONS(2922), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1327), 1, + STATE(1281), 1, sym__assign_value, - STATE(2071), 1, + STATE(1625), 1, sym_aspect_specification, - [42310] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2915), 1, - aux_sym_expression_token1, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1081), 1, - aux_sym__interface_list_repeat1, - ACTIONS(2913), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [42337] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(2917), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1344), 1, - sym__assign_value, - STATE(1789), 1, - sym_aspect_specification, - [42368] = 8, + [42422] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54355,52 +54395,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1379), 1, - sym_iterator_filter, - ACTIONS(2919), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42395] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2921), 1, - anon_sym_LPAREN, - ACTIONS(2923), 1, - aux_sym__package_specification_token2, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1487), 1, - sym_formal_part, - STATE(1189), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [42424] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2439), 1, - aux_sym_iterator_filter_token1, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1238), 1, + STATE(1377), 1, sym_iterator_filter, ACTIONS(2463), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [42451] = 8, + [42449] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54413,31 +54414,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1406), 1, + STATE(1275), 1, sym_iterator_filter, - ACTIONS(2927), 3, + ACTIONS(2437), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [42478] = 8, + [42476] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, sym_tick, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(2921), 1, + ACTIONS(2908), 1, anon_sym_LPAREN, - ACTIONS(2931), 1, + ACTIONS(2924), 1, aux_sym__package_specification_token2, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1195), 1, + STATE(1488), 1, sym_formal_part, - ACTIONS(2929), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, + STATE(1190), 2, + sym__parameter_and_result_profile, + sym_result_profile, [42505] = 8, ACTIONS(3), 1, sym_comment, @@ -54451,71 +54453,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1394), 1, + STATE(1418), 1, sym_iterator_filter, - ACTIONS(2927), 3, + ACTIONS(2928), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [42532] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2921), 1, - anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - ACTIONS(2934), 1, - aux_sym__package_specification_token2, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1487), 1, - sym_formal_part, - STATE(1189), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [42561] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2921), 1, - anon_sym_LPAREN, - ACTIONS(2936), 1, - aux_sym__package_specification_token2, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1195), 1, - sym_formal_part, - ACTIONS(2929), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [42588] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2439), 1, - aux_sym_iterator_filter_token1, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1385), 1, - sym_iterator_filter, - ACTIONS(2919), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42615] = 10, + [42532] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54528,14 +54472,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(2939), 1, + ACTIONS(2930), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1279), 1, + STATE(1344), 1, sym__assign_value, - STATE(1625), 1, + STATE(1793), 1, sym_aspect_specification, + [42563] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2932), 1, + aux_sym__package_specification_token2, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1193), 1, + sym_formal_part, + ACTIONS(2910), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [42590] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2937), 1, + aux_sym_expression_token1, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1082), 1, + aux_sym__interface_list_repeat1, + ACTIONS(2935), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [42617] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + ACTIONS(2939), 1, + aux_sym__package_specification_token2, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1488), 1, + sym_formal_part, + STATE(1190), 2, + sym__parameter_and_result_profile, + sym_result_profile, [42646] = 8, ACTIONS(3), 1, sym_comment, @@ -54549,9 +54551,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, STATE(492), 1, sym_actual_parameter_part, - STATE(1288), 1, + STATE(1415), 1, sym_iterator_filter, - ACTIONS(2437), 3, + ACTIONS(2928), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, @@ -54620,7 +54622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_package_declaration, STATE(2056), 1, sym__package_specification, - STATE(1266), 3, + STATE(1267), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -54667,21 +54669,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2971), 1, - sym_tick, - ACTIONS(2118), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym__package_specification_token2, - aux_sym_accept_statement_token2, + sym_identifier, + ACTIONS(2973), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, [42825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 1, + ACTIONS(2975), 1, sym_identifier, - ACTIONS(2975), 7, + ACTIONS(2977), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54692,9 +54694,9 @@ static const uint16_t ts_small_parse_table[] = { [42841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 1, + ACTIONS(2979), 1, sym_identifier, - ACTIONS(2979), 7, + ACTIONS(2981), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54705,16 +54707,16 @@ static const uint16_t ts_small_parse_table[] = { [42857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 1, - sym_identifier, - ACTIONS(2983), 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, + ACTIONS(2983), 1, + sym_tick, + ACTIONS(2118), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_accept_statement_token2, [42873] = 3, ACTIONS(3), 1, sym_comment, @@ -54728,33 +54730,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, - [42889] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2989), 1, - sym_identifier, - ACTIONS(2991), 7, - aux_sym_iterated_element_association_token2, - aux_sym__package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42905] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 1, - sym_identifier, - ACTIONS(2995), 7, - aux_sym_iterated_element_association_token2, - aux_sym__package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42921] = 8, + [42889] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54763,21 +54739,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(2999), 1, + ACTIONS(2991), 1, aux_sym_with_clause_token2, - ACTIONS(3002), 1, + ACTIONS(2994), 1, aux_sym_expression_token1, STATE(492), 1, sym_actual_parameter_part, - ACTIONS(2997), 2, + ACTIONS(2989), 2, anon_sym_SEMI, aux_sym_expression_token3, - [42947] = 3, + [42915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3004), 1, + ACTIONS(2996), 1, sym_identifier, - ACTIONS(3006), 7, + ACTIONS(2998), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54785,7 +54761,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [42963] = 8, + [42931] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3000), 1, + sym_identifier, + ACTIONS(3002), 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, + [42947] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54794,21 +54783,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3010), 1, + ACTIONS(3006), 1, aux_sym_with_clause_token2, - ACTIONS(3013), 1, + ACTIONS(3009), 1, aux_sym_expression_token1, STATE(492), 1, sym_actual_parameter_part, - ACTIONS(3008), 2, + ACTIONS(3004), 2, anon_sym_SEMI, aux_sym_expression_token3, - [42989] = 3, + [42973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(3011), 1, sym_identifier, - ACTIONS(3017), 7, + ACTIONS(3013), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54816,7 +54805,25 @@ 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, - [43005] = 8, + [42989] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3017), 1, + aux_sym_with_clause_token2, + ACTIONS(3020), 1, + aux_sym_expression_token1, + STATE(492), 1, + sym_actual_parameter_part, + ACTIONS(3015), 2, + anon_sym_SEMI, + aux_sym_expression_token3, + [43015] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54829,17 +54836,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, STATE(492), 1, sym_actual_parameter_part, - STATE(1466), 1, + STATE(1463), 1, sym__assign_value, - ACTIONS(3019), 2, + ACTIONS(3022), 2, anon_sym_RPAREN, anon_sym_SEMI, - [43031] = 3, + [43041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3024), 1, sym_identifier, - ACTIONS(3023), 7, + ACTIONS(3026), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54847,12 +54854,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, - [43047] = 3, + [43057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3025), 1, + ACTIONS(3028), 1, sym_identifier, - ACTIONS(3027), 7, + ACTIONS(3030), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -54860,24 +54867,19 @@ 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, - [43063] = 8, + [43073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3031), 1, + ACTIONS(3032), 1, + sym_identifier, + ACTIONS(3034), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, - ACTIONS(3034), 1, - aux_sym_expression_token1, - STATE(492), 1, - sym_actual_parameter_part, - ACTIONS(3029), 2, - anon_sym_SEMI, - aux_sym_expression_token3, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, [43089] = 3, ACTIONS(3), 1, sym_comment, @@ -54904,24 +54906,46 @@ 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, - [43121] = 7, + [43121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2921), 1, - anon_sym_LPAREN, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1195), 1, - sym_formal_part, - ACTIONS(2929), 3, - anon_sym_SEMI, - aux_sym__package_specification_token2, + ACTIONS(3044), 1, + sym_identifier, + ACTIONS(3046), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, - [43145] = 6, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43137] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3048), 1, + sym_identifier, + ACTIONS(3050), 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, + [43153] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3052), 1, + sym_identifier, + ACTIONS(3054), 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, + [43169] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -54932,51 +54956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(492), 1, sym_actual_parameter_part, - ACTIONS(3044), 4, + ACTIONS(3056), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token1, aux_sym_expression_token3, - [43167] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3046), 1, - sym_identifier, - ACTIONS(3048), 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, - [43183] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3050), 1, - sym_identifier, - ACTIONS(3052), 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, - [43199] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3054), 1, - sym_identifier, - ACTIONS(3056), 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, - [43215] = 3, + [43191] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 1, @@ -54989,7 +54974,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, - [43231] = 3, + [43207] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 1, @@ -55002,7 +54987,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, - [43247] = 3, + [43223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 1, @@ -55015,7 +55000,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, - [43263] = 3, + [43239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3070), 1, @@ -55028,7 +55013,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, - [43279] = 3, + [43255] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3074), 1, @@ -55041,7 +55026,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, - [43295] = 3, + [43271] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3078), 1, @@ -55054,7 +55039,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, - [43311] = 3, + [43287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3082), 1, @@ -55067,7 +55052,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, - [43327] = 3, + [43303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 1, @@ -55080,7 +55065,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, - [43343] = 3, + [43319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3090), 1, @@ -55093,7 +55078,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, - [43359] = 3, + [43335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3094), 1, @@ -55106,7 +55091,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, - [43375] = 3, + [43351] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 1, @@ -55119,7 +55104,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, - [43391] = 3, + [43367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 1, @@ -55132,7 +55117,23 @@ 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, - [43407] = 8, + [43383] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3106), 1, + anon_sym_LPAREN, + ACTIONS(3108), 1, + anon_sym_LBRACK, + ACTIONS(3110), 1, + aux_sym_record_component_association_list_token1, + STATE(1686), 1, + sym_enumeration_aggregate, + STATE(1677), 4, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [43405] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55145,17 +55146,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, STATE(492), 1, sym_actual_parameter_part, - STATE(1458), 1, + STATE(1436), 1, sym__assign_value, - ACTIONS(3106), 2, + ACTIONS(3112), 2, anon_sym_RPAREN, anon_sym_SEMI, - [43433] = 3, + [43431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3108), 1, + ACTIONS(3114), 1, sym_identifier, - ACTIONS(3110), 7, + ACTIONS(3116), 7, aux_sym_iterated_element_association_token2, aux_sym__package_specification_token1, aux_sym_with_clause_token2, @@ -55163,23 +55164,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, - [43449] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3112), 1, - anon_sym_LPAREN, - ACTIONS(3114), 1, - anon_sym_LBRACK, - ACTIONS(3116), 1, - aux_sym_record_component_association_list_token1, - STATE(1685), 1, - sym_enumeration_aggregate, - STATE(1674), 4, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [43471] = 3, + [43447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3118), 1, @@ -55192,25 +55177,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, - [43487] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2921), 1, - anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1487), 1, - sym_formal_part, - STATE(1189), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [43513] = 9, + [43463] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55229,7 +55196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_actual_parameter_part, STATE(1823), 1, sym_aspect_specification, - [43541] = 3, + [43491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3126), 1, @@ -55242,7 +55209,24 @@ 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, - [43557] = 3, + [43507] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2908), 1, + anon_sym_LPAREN, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1193), 1, + sym_formal_part, + ACTIONS(2910), 3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + [43531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3130), 1, @@ -55255,31 +55239,25 @@ 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, - [43573] = 3, + [43547] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3134), 1, - sym_identifier, - ACTIONS(3136), 6, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - [43588] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3138), 1, - sym_identifier, - ACTIONS(3140), 6, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - [43603] = 7, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1488), 1, + sym_formal_part, + STATE(1190), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [43573] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55288,26 +55266,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3134), 1, + anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1267), 1, - aux_sym__name_list_repeat1, - ACTIONS(3142), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [43626] = 3, + STATE(1986), 1, + sym_aspect_specification, + [43598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3144), 1, - sym_identifier, - ACTIONS(3146), 6, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, + ACTIONS(3136), 7, + aux_sym_iterated_element_association_token1, aux_sym__package_specification_token3, - [43641] = 8, + 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, + [43611] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3138), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1991), 1, + sym_aspect_specification, + [43636] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3140), 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, + [43649] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3142), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1813), 1, + sym_aspect_specification, + [43674] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3144), 1, + anon_sym_COMMA, + ACTIONS(3146), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1286), 1, + aux_sym__name_list_repeat1, + [43699] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55319,46 +55359,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3148), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1812), 1, - sym_aspect_specification, - [43666] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3142), 1, - anon_sym_SEMI, - ACTIONS(3150), 1, - anon_sym_COMMA, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1285), 1, - aux_sym__name_list_repeat1, - [43691] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3152), 1, aux_sym__package_specification_token2, STATE(492), 1, sym_actual_parameter_part, STATE(1823), 1, sym_aspect_specification, - [43716] = 8, + [43724] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55369,13 +55375,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3154), 1, + ACTIONS(3150), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1659), 1, + STATE(1660), 1, sym_aspect_specification, - [43741] = 8, + [43749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3152), 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, + [43762] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3154), 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, + [43775] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55384,15 +55412,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, + ACTIONS(3144), 1, + anon_sym_COMMA, ACTIONS(3156), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1990), 1, - sym_aspect_specification, - [43766] = 2, + STATE(1323), 1, + aux_sym__name_list_repeat1, + [43800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 7, @@ -55403,7 +55431,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [43779] = 2, + [43813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3160), 7, @@ -55414,18 +55442,24 @@ 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, - [43792] = 2, + [43826] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 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, - [43805] = 2, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3162), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1802), 1, + sym_aspect_specification, + [43851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3164), 7, @@ -55436,7 +55470,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [43818] = 8, + [43864] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55451,20 +55485,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1802), 1, + STATE(1953), 1, sym_aspect_specification, - [43843] = 2, + [43889] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3168), 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, - [43856] = 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_accept_statement_token2, + [43902] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55473,15 +55507,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3150), 1, - anon_sym_COMMA, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, ACTIONS(3170), 1, - anon_sym_SEMI, + aux_sym__package_specification_token2, STATE(492), 1, sym_actual_parameter_part, - STATE(1314), 1, - aux_sym__name_list_repeat1, - [43881] = 2, + STATE(1695), 1, + sym_aspect_specification, + [43927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3172), 7, @@ -55492,112 +55526,35 @@ 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, - [43894] = 8, + [43940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, ACTIONS(3174), 1, - aux_sym__package_specification_token2, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1694), 1, - sym_aspect_specification, - [43919] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3176), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1985), 1, - sym_aspect_specification, - [43944] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3178), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1950), 1, - sym_aspect_specification, - [43969] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3180), 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, - [43982] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3182), 7, anon_sym_COMMA, + STATE(981), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3177), 5, anon_sym_RPAREN, - anon_sym_EQ_GT, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [43995] = 8, + [43957] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3184), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1681), 1, - sym_aspect_specification, - [44020] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3186), 1, + ACTIONS(3179), 1, aux_sym_chunk_specification_token1, - ACTIONS(3188), 1, + ACTIONS(3181), 1, aux_sym_iterated_element_association_token2, - ACTIONS(3191), 1, + ACTIONS(3184), 1, anon_sym_COLON, - ACTIONS(3193), 1, + ACTIONS(3186), 1, aux_sym_iterator_specification_token1, ACTIONS(1814), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [44041] = 6, + [43978] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55608,26 +55565,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(492), 1, sym_actual_parameter_part, - ACTIONS(3195), 3, + ACTIONS(3188), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [44062] = 6, + [43999] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 1, + ACTIONS(3190), 1, anon_sym_LPAREN, - ACTIONS(3199), 1, + ACTIONS(3192), 1, anon_sym_SEMI, - ACTIONS(3201), 1, + ACTIONS(3194), 1, aux_sym__package_specification_token2, - ACTIONS(3203), 1, + ACTIONS(3196), 1, aux_sym_expression_token3, STATE(1276), 3, sym__discriminant_part, sym_unknown_discriminant_part, sym_known_discriminant_part, - [44083] = 8, + [44020] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55638,37 +55595,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3205), 1, + ACTIONS(3198), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1933), 1, + STATE(1681), 1, sym_aspect_specification, - [44108] = 4, + [44045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3207), 1, - anon_sym_COMMA, - STATE(989), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3210), 5, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym__package_specification_token2, - aux_sym_accept_statement_token2, - [44125] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3212), 7, - aux_sym_iterated_element_association_token1, - aux_sym__package_specification_token3, + ACTIONS(3200), 1, + sym_identifier, + ACTIONS(3202), 6, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, 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, - [44138] = 8, + [44060] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3204), 1, + sym_identifier, + ACTIONS(3206), 6, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym__package_specification_token3, + [44075] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3208), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(2007), 1, + sym_aspect_specification, + [44100] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3210), 1, + sym_identifier, + ACTIONS(3212), 6, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + [44115] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55683,26 +55669,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(2007), 1, + STATE(1933), 1, sym_aspect_specification, - [44163] = 8, + [44140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3216), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1798), 1, - sym_aspect_specification, - [44188] = 8, + ACTIONS(3216), 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, + [44153] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55717,42 +55697,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1797), 1, + STATE(1800), 1, sym_aspect_specification, - [44213] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3220), 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, - [44226] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3222), 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, - [44239] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3224), 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, - [44252] = 8, + [44178] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55763,29 +55710,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3226), 1, + ACTIONS(3220), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1710), 1, + STATE(1798), 1, sym_aspect_specification, - [44277] = 4, + [44203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3228), 1, - anon_sym_COMMA, - STATE(989), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3230), 5, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym__package_specification_token2, - aux_sym_accept_statement_token2, - [44294] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3232), 7, + ACTIONS(3222), 7, aux_sym_iterated_element_association_token1, aux_sym__package_specification_token3, aux_sym_relation_membership_token1, @@ -55793,7 +55727,70 @@ 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, - [44307] = 3, + [44216] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3224), 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, + [44229] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3226), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_with_clause_token2, + aux_sym_loop_statement_token1, + [44242] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3228), 1, + anon_sym_COMMA, + STATE(981), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3230), 5, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_accept_statement_token2, + [44259] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3232), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1711), 1, + sym_aspect_specification, + [44284] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3234), 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, + [44297] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2029), 1, @@ -55805,24 +55802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_target_name, anon_sym_LBRACK, aux_sym_attribute_designator_token1, - [44322] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3234), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - STATE(1953), 1, - sym_aspect_specification, - [44347] = 8, + [44312] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55837,9 +55817,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1972), 1, + STATE(1954), 1, sym_aspect_specification, - [44372] = 3, + [44337] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3240), 1, @@ -55851,10 +55831,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [44387] = 2, + [44352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3242), 7, + ACTIONS(3228), 1, + anon_sym_COMMA, + STATE(997), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3242), 5, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_accept_statement_token2, + [44369] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3244), 7, aux_sym_iterated_element_association_token1, aux_sym__package_specification_token3, aux_sym_relation_membership_token1, @@ -55862,20 +55855,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [44400] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3228), 1, - anon_sym_COMMA, - STATE(998), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3244), 5, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym__package_specification_token2, - aux_sym_accept_statement_token2, - [44417] = 2, + [44382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3246), 7, @@ -55886,7 +55866,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [44430] = 2, + [44395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3248), 7, @@ -55897,7 +55877,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [44443] = 8, + [44408] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55912,21 +55892,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1975), 1, + STATE(1974), 1, sym_aspect_specification, - [44468] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3252), 1, - sym_identifier, - ACTIONS(3254), 6, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym__package_specification_token3, - [44483] = 8, + [44433] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -55937,16 +55905,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3256), 1, + ACTIONS(3252), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - STATE(1981), 1, + STATE(1979), 1, sym_aspect_specification, - [44508] = 3, + [44458] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 1, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1258), 1, + aux_sym__name_list_repeat1, + ACTIONS(3146), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [44481] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3254), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + STATE(1982), 1, + sym_aspect_specification, + [44506] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3256), 1, + sym_identifier, + ACTIONS(3258), 6, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym__package_specification_token3, + [44521] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3260), 1, anon_sym_COLON, ACTIONS(1814), 5, sym_tick, @@ -55954,58 +55967,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_PIPE, - [44522] = 6, + [44535] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + STATE(492), 1, + sym_actual_parameter_part, + ACTIONS(3262), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [44555] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1204), 1, + STATE(1195), 1, sym__assign_value, - STATE(1527), 1, + STATE(1495), 1, sym_aspect_specification, - ACTIONS(3260), 2, + ACTIONS(3264), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [44542] = 5, + [44575] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2062), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2064), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3262), 1, + ACTIONS(3266), 1, aux_sym__package_specification_token1, STATE(1154), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [44560] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - STATE(1191), 1, - sym__assign_value, - STATE(1475), 1, - sym_aspect_specification, - ACTIONS(3264), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [44580] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3266), 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, - [44592] = 7, + [44593] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2058), 1, @@ -56014,13 +56017,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, STATE(1396), 1, sym_parameter_specification, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - STATE(1730), 1, + STATE(1734), 1, sym__parameter_specification_list, STATE(1753), 1, sym_entry_index_specification, - [44614] = 7, + [44615] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -56035,7 +56038,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, STATE(1886), 1, sym_iteration_scheme, - [44636] = 2, + [44637] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3274), 6, @@ -56045,7 +56048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [44648] = 7, + [44649] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3276), 1, @@ -56054,13 +56057,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, ACTIONS(3280), 1, aux_sym_entry_declaration_token1, - STATE(1066), 1, + STATE(1062), 1, sym__subprogram_specification, - STATE(1188), 1, - sym_function_specification, - STATE(1230), 1, + STATE(1131), 1, sym_procedure_specification, - [44670] = 2, + STATE(1189), 1, + sym_function_specification, + [44671] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(1198), 1, + sym__assign_value, + STATE(1501), 1, + sym_aspect_specification, + ACTIONS(3264), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [44691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3282), 6, @@ -56070,17 +56087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [44682] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3210), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym__package_specification_token2, - aux_sym_accept_statement_token2, - [44694] = 6, + [44703] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56094,7 +56101,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3284), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [44714] = 7, + [44723] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3177), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_accept_statement_token2, + [44735] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(368), 1, @@ -56107,9 +56124,9 @@ static const uint16_t ts_small_parse_table[] = { sym_global_mode, STATE(877), 1, sym_non_empty_mode, - STATE(1584), 1, + STATE(1586), 1, sym_global_aspect_element, - [44736] = 7, + [44757] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56120,11 +56137,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2178), 1, anon_sym_COLON_EQ, - STATE(1078), 1, + STATE(1077), 1, sym_actual_parameter_part, STATE(1892), 1, sym__assign_value, - [44758] = 2, + [44779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3286), 6, @@ -56134,7 +56151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [44770] = 7, + [44791] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56149,7 +56166,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(492), 1, sym_actual_parameter_part, - [44792] = 7, + [44813] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56164,7 +56181,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(492), 1, sym_actual_parameter_part, - [44814] = 7, + [44835] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56179,22 +56196,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [44836] = 7, + [44857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(2856), 1, - anon_sym_LPAREN, + ACTIONS(2918), 1, + anon_sym_SEMI, ACTIONS(3300), 1, - aux_sym_iterator_filter_token1, - STATE(1170), 1, - sym_formal_part, - STATE(1453), 1, - sym_aspect_specification, - STATE(1980), 1, - sym_entry_barrier, - [44858] = 6, + anon_sym_COLON, + ACTIONS(1814), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [44873] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, @@ -56203,38 +56217,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, STATE(1137), 1, sym__assign_value, - STATE(1566), 1, + STATE(1567), 1, sym_aspect_specification, ACTIONS(3302), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [44878] = 4, + [44893] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 1, - anon_sym_SEMI, + ACTIONS(3190), 1, + anon_sym_LPAREN, ACTIONS(3304), 1, - anon_sym_COLON, - ACTIONS(1814), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [44894] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3197), 1, - anon_sym_LPAREN, - ACTIONS(3306), 1, anon_sym_SEMI, - ACTIONS(3308), 1, + ACTIONS(3306), 1, aux_sym__package_specification_token2, - STATE(1537), 1, + STATE(1535), 1, sym_known_discriminant_part, - STATE(1540), 2, + STATE(1545), 2, sym__discriminant_part, sym_unknown_discriminant_part, - [44914] = 5, + [44913] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(3308), 1, + aux_sym_iterator_filter_token1, + STATE(1169), 1, + sym_formal_part, + STATE(1450), 1, + sym_aspect_specification, + STATE(1980), 1, + sym_entry_barrier, + [44935] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3310), 1, @@ -56244,10 +56261,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3312), 2, aux_sym_use_clause_token1, aux_sym_quantifier_token1, - STATE(1576), 2, + STATE(1579), 2, sym_loop_parameter_specification, sym_iterator_specification, - [44932] = 6, + [44953] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, @@ -56256,12 +56273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, ACTIONS(3320), 1, aux_sym_with_clause_token2, - STATE(1513), 1, + STATE(1511), 1, aux_sym_positional_array_aggregate_repeat1, ACTIONS(3318), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [44952] = 5, + [44973] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2062), 1, @@ -56270,26 +56287,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, ACTIONS(3280), 1, aux_sym_entry_declaration_token1, - STATE(1146), 3, + STATE(1147), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [44970] = 7, + [44991] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3300), 1, + ACTIONS(3308), 1, aux_sym_iterator_filter_token1, ACTIONS(3322), 1, anon_sym_LPAREN, - STATE(1144), 1, + STATE(1146), 1, sym_formal_part, STATE(1523), 1, sym_aspect_specification, - STATE(1667), 1, + STATE(1668), 1, sym_entry_barrier, - [44992] = 7, + [45013] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3324), 1, @@ -56304,60 +56321,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token2, ACTIONS(3334), 1, aux_sym_private_extension_declaration_token1, - [45014] = 6, + [45035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - STATE(1193), 1, - sym__assign_value, - STATE(1499), 1, - sym_aspect_specification, - ACTIONS(3264), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [45034] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3336), 1, - anon_sym_COMMA, - ACTIONS(3338), 1, - anon_sym_RBRACK, - ACTIONS(3340), 1, - aux_sym_with_clause_token2, - STATE(1306), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3318), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [45054] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3342), 6, + ACTIONS(3336), 6, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [45066] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3344), 1, - anon_sym_LPAREN, - ACTIONS(3346), 1, - anon_sym_SEMI, - ACTIONS(3348), 1, - aux_sym__package_specification_token2, - STATE(1213), 1, - sym_known_discriminant_part, - STATE(1562), 1, - sym_aspect_specification, - [45088] = 7, + [45047] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, @@ -56366,27 +56340,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, ACTIONS(3324), 1, aux_sym_compilation_unit_token1, - ACTIONS(3350), 1, + ACTIONS(3338), 1, anon_sym_SEMI, - ACTIONS(3352), 1, + ACTIONS(3340), 1, aux_sym_with_clause_token1, - STATE(1559), 1, + STATE(1562), 1, sym_record_definition, - [45110] = 6, + [45069] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3342), 1, + anon_sym_LPAREN, + ACTIONS(3344), 1, + anon_sym_SEMI, + ACTIONS(3346), 1, + aux_sym__package_specification_token2, + STATE(1214), 1, + sym_known_discriminant_part, + STATE(1566), 1, + sym_aspect_specification, + [45091] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1140), 1, + STATE(1200), 1, + sym__assign_value, + STATE(1524), 1, + sym_aspect_specification, + ACTIONS(3348), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [45111] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3350), 1, + anon_sym_COMMA, + ACTIONS(3352), 1, + anon_sym_RBRACK, + ACTIONS(3354), 1, + aux_sym_with_clause_token2, + STATE(1306), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3318), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [45131] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(1142), 1, sym__assign_value, STATE(1534), 1, sym_aspect_specification, - ACTIONS(3354), 2, + ACTIONS(3356), 2, anon_sym_RPAREN, anon_sym_SEMI, - [45130] = 7, + [45151] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, @@ -56395,87 +56412,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, ACTIONS(3324), 1, aux_sym_compilation_unit_token1, - ACTIONS(3356), 1, - aux_sym_allocator_token1, ACTIONS(3358), 1, + aux_sym_allocator_token1, + ACTIONS(3360), 1, aux_sym_interface_type_definition_token2, - STATE(1559), 1, + STATE(1562), 1, sym_record_definition, - [45152] = 6, + [45173] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - STATE(492), 1, - sym_actual_parameter_part, - ACTIONS(3360), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [45172] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3362), 1, - anon_sym_COMMA, + sym_tick, + ACTIONS(3364), 1, + aux_sym_iterated_element_association_token2, STATE(492), 1, sym_actual_parameter_part, - [45191] = 4, + [45192] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2062), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2064), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(1333), 3, + STATE(1339), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [45206] = 3, + [45207] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3364), 1, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3366), 1, + anon_sym_RPAREN, + STATE(492), 1, + sym_actual_parameter_part, + [45226] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3368), 1, aux_sym__package_specification_token2, ACTIONS(1814), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, aux_sym_with_clause_token2, - [45219] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3367), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [45238] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3369), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [45257] = 6, + [45239] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56488,20 +56478,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45276] = 6, + [45258] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, ACTIONS(3373), 1, anon_sym_SEMI, - STATE(1346), 1, - sym__assign_value, - STATE(2070), 1, - sym_aspect_specification, - [45295] = 6, + STATE(492), 1, + sym_actual_parameter_part, + [45277] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56514,7 +56504,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_renaming_declaration_token1, STATE(492), 1, sym_actual_parameter_part, - [45314] = 6, + [45296] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56527,83 +56517,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45333] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3379), 1, - anon_sym_RPAREN, - ACTIONS(3381), 1, - aux_sym_expression_token4, - ACTIONS(3383), 1, - aux_sym_elsif_expression_item_token1, - STATE(1120), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [45350] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3385), 1, - aux_sym__package_specification_token3, - ACTIONS(3387), 1, - aux_sym_expression_token4, - ACTIONS(3389), 1, - aux_sym_elsif_expression_item_token1, - STATE(1113), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [45367] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3391), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [45386] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3393), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [45405] = 6, + [45315] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3395), 1, + ACTIONS(3379), 1, anon_sym_SEMI, - STATE(1428), 1, + STATE(1352), 1, sym__assign_value, - STATE(1905), 1, + STATE(2071), 1, sym_aspect_specification, - [45424] = 6, + [45334] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3278), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1066), 1, - sym__subprogram_specification, - STATE(1188), 1, - sym_function_specification, - STATE(1230), 1, - sym_procedure_specification, - [45443] = 6, + ACTIONS(3381), 1, + anon_sym_RPAREN, + ACTIONS(3383), 1, + aux_sym_expression_token4, + ACTIONS(3385), 1, + aux_sym_elsif_expression_item_token1, + STATE(1118), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [45351] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [45370] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3389), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [45389] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3391), 1, + aux_sym__package_specification_token3, + ACTIONS(3393), 1, + aux_sym_expression_token4, + ACTIONS(3395), 1, + aux_sym_elsif_expression_item_token1, + STATE(1110), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [45406] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56616,95 +56593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45462] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3399), 1, - anon_sym_SEMI, - STATE(1404), 1, - sym__assign_value, - STATE(1721), 1, - sym_aspect_specification, - [45481] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3401), 1, - anon_sym_SEMI, - STATE(1405), 1, - sym__assign_value, - STATE(1729), 1, - sym_aspect_specification, - [45500] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2856), 1, - anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(1487), 1, - sym_formal_part, - STATE(1370), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [45517] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3358), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3403), 1, - aux_sym_allocator_token1, - STATE(1559), 1, - sym_record_definition, - [45536] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3405), 1, - anon_sym_SEMI, - ACTIONS(3407), 1, - aux_sym__package_specification_token2, - ACTIONS(3409), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1574), 1, - sym_aspect_specification, - [45555] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2856), 1, - anon_sym_LPAREN, - STATE(1370), 1, - sym_formal_part, - ACTIONS(3411), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45570] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(2856), 1, - anon_sym_LPAREN, - ACTIONS(3413), 1, - anon_sym_SEMI, - STATE(1305), 1, - sym_formal_part, - STATE(1813), 1, - sym_aspect_specification, - [45589] = 6, + [45425] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56713,11 +56602,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3415), 1, + ACTIONS(3399), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45608] = 6, + [45444] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3276), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3278), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1062), 1, + sym__subprogram_specification, + STATE(1131), 1, + sym_procedure_specification, + STATE(1189), 1, + sym_function_specification, + [45463] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3401), 1, + anon_sym_SEMI, + ACTIONS(3403), 1, + aux_sym__package_specification_token2, + ACTIONS(3405), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1574), 1, + sym_aspect_specification, + [45482] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3407), 1, + anon_sym_SEMI, + STATE(1404), 1, + sym__assign_value, + STATE(1722), 1, + sym_aspect_specification, + [45501] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3409), 1, + anon_sym_SEMI, + STATE(1405), 1, + sym__assign_value, + STATE(1730), 1, + sym_aspect_specification, + [45520] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(1488), 1, + sym_formal_part, + STATE(1371), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [45537] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 1, + anon_sym_LPAREN, + STATE(1371), 1, + sym_formal_part, + ACTIONS(3411), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45552] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3360), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3413), 1, + aux_sym_allocator_token1, + STATE(1562), 1, + sym_record_definition, + [45571] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(3415), 1, + anon_sym_SEMI, + STATE(1305), 1, + sym_formal_part, + STATE(1815), 1, + sym_aspect_specification, + [45590] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56727,10 +56717,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3417), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45627] = 6, + [45609] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56740,10 +56730,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3419), 1, - anon_sym_SEMI, + anon_sym_COMMA, STATE(492), 1, sym_actual_parameter_part, - [45646] = 6, + [45628] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56756,72 +56746,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45665] = 6, + [45647] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, + ACTIONS(504), 1, + aux_sym_component_choice_list_token1, ACTIONS(3423), 1, - anon_sym_SEMI, + sym_identifier, ACTIONS(3425), 1, - aux_sym__package_specification_token2, - ACTIONS(3427), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1988), 1, - sym_aspect_specification, - [45684] = 6, + sym_string_literal, + STATE(1554), 1, + sym__named_record_component_association, + STATE(1742), 1, + sym_component_choice_list, + [45666] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(1740), 1, + sym_tick, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3429), 1, - sym_tick, - ACTIONS(3431), 1, - aux_sym_iterated_element_association_token2, + ACTIONS(3427), 1, + anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45703] = 6, + [45685] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3433), 1, + ACTIONS(3429), 1, anon_sym_SEMI, - STATE(1268), 1, + STATE(1269), 1, + sym__assign_value, + STATE(2020), 1, + sym_aspect_specification, + [45704] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3431), 1, + anon_sym_SEMI, + ACTIONS(3433), 1, + aux_sym__package_specification_token2, + ACTIONS(3435), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1989), 1, + sym_aspect_specification, + [45723] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3437), 1, + anon_sym_SEMI, + STATE(1265), 1, sym__assign_value, STATE(2019), 1, sym_aspect_specification, - [45722] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2178), 1, - anon_sym_COLON_EQ, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3435), 1, - anon_sym_SEMI, - STATE(1261), 1, - sym__assign_value, - STATE(2016), 1, - sym_aspect_specification, - [45741] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(2856), 1, - anon_sym_LPAREN, - ACTIONS(3437), 1, - anon_sym_SEMI, - STATE(1355), 1, - sym_formal_part, - STATE(1683), 1, - sym_aspect_specification, - [45760] = 3, + [45742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 1, @@ -56831,44 +56821,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [45773] = 6, + [45755] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(3441), 1, + anon_sym_SEMI, + STATE(1355), 1, + sym_formal_part, + STATE(1683), 1, + sym_aspect_specification, + [45774] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3441), 1, - anon_sym_SEMI, - STATE(1246), 1, - sym__assign_value, - STATE(2011), 1, - sym_aspect_specification, - [45792] = 6, - ACTIONS(3), 1, - sym_comment, ACTIONS(3443), 1, - sym_identifier, - ACTIONS(3445), 1, - anon_sym_LT_GT, - STATE(1427), 1, - sym_discriminant_specification, - STATE(1700), 1, - sym__defining_identifier_list, - STATE(1701), 1, - sym_discriminant_specification_list, - [45811] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2915), 1, - aux_sym_expression_token1, - STATE(1106), 1, - aux_sym__interface_list_repeat1, - ACTIONS(3447), 3, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45826] = 6, + STATE(1245), 1, + sym__assign_value, + STATE(2012), 1, + sym_aspect_specification, + [45793] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56877,11 +56856,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3449), 1, + ACTIONS(3445), 1, anon_sym_RPAREN, STATE(492), 1, sym_actual_parameter_part, - [45845] = 6, + [45812] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3447), 1, + sym_identifier, + ACTIONS(3449), 1, + anon_sym_LT_GT, + STATE(1398), 1, + sym_discriminant_specification, + STATE(1701), 1, + sym__defining_identifier_list, + STATE(1702), 1, + sym_discriminant_specification_list, + [45831] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2937), 1, + aux_sym_expression_token1, + STATE(1106), 1, + aux_sym__interface_list_repeat1, + ACTIONS(3451), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45846] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3276), 1, @@ -56890,24 +56893,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, STATE(1093), 1, sym__subprogram_specification, - STATE(1188), 1, - sym_function_specification, - STATE(1230), 1, + STATE(1131), 1, sym_procedure_specification, - [45864] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3451), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [45883] = 6, + STATE(1189), 1, + sym_function_specification, + [45865] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56920,18 +56910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45902] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3457), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3455), 2, - aux_sym__package_specification_token3, - aux_sym_expression_token4, - STATE(1086), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [45917] = 6, + [45884] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56940,11 +56919,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3460), 1, + ACTIONS(3455), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45936] = 6, + [45903] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3459), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3457), 2, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + STATE(1086), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [45918] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56954,10 +56944,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3462), 1, - aux_sym_object_renaming_declaration_token1, + anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [45955] = 6, + [45937] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -56967,125 +56957,125 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3464), 1, - anon_sym_SEMI, + aux_sym_object_renaming_declaration_token1, STATE(492), 1, sym_actual_parameter_part, - [45974] = 4, + [45956] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3466), 1, + anon_sym_LPAREN, ACTIONS(3468), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3466), 2, - anon_sym_RPAREN, - aux_sym_expression_token4, - STATE(1090), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [45989] = 6, + anon_sym_SEMI, + STATE(1387), 1, + sym_formal_part, + STATE(1699), 1, + sym_aspect_specification, + [45975] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3471), 1, + ACTIONS(3470), 1, anon_sym_SEMI, - STATE(1398), 1, + STATE(1399), 1, sym__assign_value, STATE(1725), 1, sym_aspect_specification, - [46008] = 6, + [45994] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3474), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3472), 2, + anon_sym_RPAREN, + aux_sym_expression_token4, + STATE(1091), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [46009] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3477), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [46028] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3344), 1, + ACTIONS(3401), 1, + anon_sym_SEMI, + ACTIONS(3405), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3479), 1, + aux_sym__package_specification_token2, + STATE(1878), 1, + sym_aspect_specification, + [46047] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3342), 1, anon_sym_LPAREN, - ACTIONS(3473), 1, + ACTIONS(3481), 1, aux_sym__package_specification_token2, STATE(1407), 1, sym_known_discriminant_part, - STATE(1719), 1, + STATE(1721), 1, sym_aspect_specification, - [46027] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3405), 1, - anon_sym_SEMI, - ACTIONS(3409), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3475), 1, - aux_sym__package_specification_token2, - STATE(1877), 1, - sym_aspect_specification, - [46046] = 6, + [46066] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3477), 1, + ACTIONS(3483), 1, anon_sym_SEMI, STATE(1345), 1, sym__assign_value, - STATE(1793), 1, + STATE(1795), 1, sym_aspect_specification, - [46065] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3423), 1, - anon_sym_SEMI, - ACTIONS(3427), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3479), 1, - aux_sym__package_specification_token2, - STATE(1588), 1, - sym_aspect_specification, - [46084] = 6, + [46085] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3481), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3483), 1, - aux_sym_with_clause_token1, - STATE(1440), 1, - sym_record_definition, - [46103] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, ACTIONS(3485), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [46122] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, + aux_sym_compilation_unit_token1, ACTIONS(3487), 1, + aux_sym_with_clause_token1, + STATE(1447), 1, + sym_record_definition, + [46104] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3431), 1, anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [46141] = 6, + ACTIONS(3435), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3489), 1, + aux_sym__package_specification_token2, + STATE(1590), 1, + sym_aspect_specification, + [46123] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57094,11 +57084,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3489), 1, + ACTIONS(3491), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [46160] = 2, + [46142] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3493), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [46161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2150), 5, @@ -57107,32 +57110,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_declare_expression_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, - [46171] = 6, + [46172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(504), 1, - aux_sym_component_choice_list_token1, - ACTIONS(3491), 1, - sym_identifier, - ACTIONS(3493), 1, - sym_string_literal, - STATE(1551), 1, - sym__named_record_component_association, - STATE(1742), 1, - sym_component_choice_list, - [46190] = 5, + ACTIONS(2918), 1, + anon_sym_SEMI, + ACTIONS(1814), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [46185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, + ACTIONS(3350), 1, anon_sym_COMMA, - ACTIONS(3338), 1, + ACTIONS(3352), 1, anon_sym_RBRACK, STATE(1306), 1, aux_sym_positional_array_aggregate_repeat1, ACTIONS(3318), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [46207] = 6, + [46202] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57145,7 +57145,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_renaming_declaration_token1, STATE(492), 1, sym_actual_parameter_part, - [46226] = 6, + [46221] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57158,7 +57158,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_at_clause_token1, STATE(492), 1, sym_actual_parameter_part, - [46245] = 6, + [46240] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57171,52 +57171,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_renaming_declaration_token1, STATE(492), 1, sym_actual_parameter_part, - [46264] = 4, + [46259] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3501), 1, aux_sym_expression_token1, STATE(1106), 1, aux_sym__interface_list_repeat1, - ACTIONS(3044), 3, + ACTIONS(3056), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46279] = 4, + [46274] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(1488), 1, + sym_formal_part, + STATE(1378), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [46291] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(77), 1, aux_sym_delay_until_statement_token1, - STATE(1861), 1, + STATE(1862), 1, sym_delay_alternative, STATE(48), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - [46294] = 5, + [46306] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2856), 1, anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(1487), 1, - sym_formal_part, - STATE(1419), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [46311] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2856), 1, - anon_sym_LPAREN, - STATE(1419), 1, + STATE(1378), 1, sym_formal_part, ACTIONS(3504), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46326] = 6, + [46321] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3395), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3506), 1, + aux_sym__package_specification_token3, + ACTIONS(3508), 1, + aux_sym_expression_token4, + STATE(1086), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [46338] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(1488), 1, + sym_formal_part, + STATE(896), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [46355] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57229,52 +57253,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_range_attribute_designator_token1, STATE(492), 1, sym_actual_parameter_part, - [46345] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2856), 1, - anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(1487), 1, - sym_formal_part, - STATE(895), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [46362] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2907), 1, - anon_sym_SEMI, - ACTIONS(1814), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [46375] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3389), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3506), 1, - aux_sym__package_specification_token3, - ACTIONS(3508), 1, - aux_sym_expression_token4, - STATE(1086), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [46392] = 4, + [46374] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2439), 1, aux_sym_iterator_filter_token1, - STATE(1272), 1, + STATE(1274), 1, sym_iterator_filter, ACTIONS(3510), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46407] = 6, + [46389] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57284,68 +57274,55 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2140), 1, anon_sym_DOT, ACTIONS(3512), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_actual_parameter_part, - [46426] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 1, - sym_tick, - ACTIONS(1786), 1, - anon_sym_LPAREN, - ACTIONS(2140), 1, - anon_sym_DOT, - ACTIONS(3514), 1, aux_sym_object_renaming_declaration_token1, STATE(492), 1, sym_actual_parameter_part, - [46445] = 5, + [46408] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2856), 1, anon_sym_LPAREN, - ACTIONS(2925), 1, + ACTIONS(2926), 1, aux_sym_result_profile_token1, - STATE(1487), 1, + STATE(1488), 1, + sym_formal_part, + STATE(892), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [46425] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2856), 1, + anon_sym_LPAREN, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(1488), 1, sym_formal_part, STATE(891), 2, sym__parameter_and_result_profile, sym_result_profile, - [46462] = 2, + [46442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3516), 5, + ACTIONS(3514), 5, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_accept_statement_token2, - [46473] = 5, + [46453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2856), 1, - anon_sym_LPAREN, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(1487), 1, - sym_formal_part, - STATE(892), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [46490] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3383), 1, + ACTIONS(3385), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3518), 1, + ACTIONS(3516), 1, anon_sym_RPAREN, - ACTIONS(3520), 1, + ACTIONS(3518), 1, aux_sym_expression_token4, - STATE(1090), 2, + STATE(1091), 2, sym_elsif_expression_item, aux_sym_if_expression_repeat1, - [46507] = 6, + [46470] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57354,24 +57331,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3522), 1, + ACTIONS(3520), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [46526] = 6, + [46489] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3524), 1, + ACTIONS(3522), 1, anon_sym_LPAREN, - ACTIONS(3526), 1, + ACTIONS(3524), 1, anon_sym_SEMI, - STATE(1393), 1, + STATE(1402), 1, sym_formal_part, - STATE(1926), 1, + STATE(1931), 1, sym_aspect_specification, - [46545] = 6, + [46508] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57380,48 +57357,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3528), 1, + ACTIONS(3526), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [46564] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2062), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2064), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1188), 1, - sym_function_specification, - STATE(1226), 1, - sym__subprogram_specification, - STATE(1230), 1, - sym_procedure_specification, - [46583] = 6, + [46527] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3530), 1, + ACTIONS(3528), 1, anon_sym_SEMI, - STATE(1326), 1, + STATE(1331), 1, sym__assign_value, - STATE(1903), 1, + STATE(1904), 1, sym_aspect_specification, - [46602] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2439), 1, - aux_sym_iterator_filter_token1, - STATE(1250), 1, - sym_iterator_filter, - ACTIONS(3532), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46617] = 6, + [46546] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57430,24 +57383,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - ACTIONS(3534), 1, + ACTIONS(3530), 1, anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [46636] = 6, + [46565] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(2062), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2064), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1131), 1, + sym_procedure_specification, + STATE(1189), 1, + sym_function_specification, + STATE(1226), 1, + sym__subprogram_specification, + [46584] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3532), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [46603] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2439), 1, + aux_sym_iterator_filter_token1, + STATE(1255), 1, + sym_iterator_filter, + ACTIONS(3534), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [46618] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + sym_tick, + ACTIONS(1786), 1, + anon_sym_LPAREN, + ACTIONS(2140), 1, + anon_sym_DOT, + ACTIONS(3536), 1, + anon_sym_SEMI, + STATE(492), 1, + sym_actual_parameter_part, + [46637] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2178), 1, + anon_sym_COLON_EQ, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3536), 1, - anon_sym_LPAREN, ACTIONS(3538), 1, anon_sym_SEMI, - STATE(1375), 1, - sym_formal_part, - STATE(1699), 1, + STATE(1332), 1, + sym__assign_value, + STATE(1906), 1, sym_aspect_specification, - [46655] = 6, + [46656] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57460,7 +57463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(492), 1, sym_actual_parameter_part, - [46674] = 4, + [46675] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3542), 1, @@ -57470,37 +57473,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3545), 2, aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, - [46688] = 5, + [46689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3547), 1, - anon_sym_SEMI, ACTIONS(3549), 1, - aux_sym_with_clause_token2, - ACTIONS(3552), 1, - aux_sym_expression_token1, - STATE(1439), 1, - sym_record_extension_part, - [46704] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3554), 4, - anon_sym_RPAREN, + aux_sym__package_specification_token2, + ACTIONS(3547), 3, anon_sym_SEMI, aux_sym_with_clause_token2, - aux_sym_accept_statement_token2, - [46714] = 5, + aux_sym_object_renaming_declaration_token1, + [46701] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3423), 1, + ACTIONS(3431), 1, anon_sym_SEMI, - ACTIONS(3556), 1, + ACTIONS(3552), 1, aux_sym__package_specification_token2, - STATE(1588), 1, + STATE(1590), 1, sym_aspect_specification, - [46730] = 5, + [46717] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57511,110 +57504,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(492), 1, sym_actual_parameter_part, - [46746] = 5, + [46733] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3558), 1, + ACTIONS(3554), 4, + anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(3560), 1, - aux_sym__package_specification_token2, - STATE(1461), 1, - sym_aspect_specification, - [46762] = 5, + aux_sym_with_clause_token2, + aux_sym_accept_statement_token2, + [46743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3562), 1, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3556), 1, + aux_sym_compilation_unit_token1, + STATE(1478), 1, + sym_record_definition, + [46759] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3558), 1, anon_sym_COMMA, - ACTIONS(3564), 1, + ACTIONS(3560), 1, anon_sym_RPAREN, STATE(1270), 1, aux_sym_record_component_association_list_repeat1, STATE(1271), 1, aux_sym_positional_array_aggregate_repeat1, - [46778] = 4, + [46775] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1563), 1, + STATE(1565), 1, sym_aspect_specification, - ACTIONS(3567), 2, + ACTIONS(3563), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [46792] = 4, + [46789] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3565), 1, + anon_sym_SEMI, + ACTIONS(3567), 1, + aux_sym__package_specification_token2, + STATE(1449), 1, + sym_aspect_specification, + [46805] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3569), 1, anon_sym_COMMA, - STATE(1138), 1, + STATE(1139), 1, aux_sym_positional_array_aggregate_repeat1, ACTIONS(3572), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [46806] = 3, + [46819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3576), 1, + ACTIONS(3574), 1, + anon_sym_COMMA, + STATE(1140), 1, + aux_sym__array_component_association_list_repeat1, + ACTIONS(3577), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [46833] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3581), 1, aux_sym_expression_token2, - ACTIONS(3574), 3, + ACTIONS(3579), 3, aux_sym__package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [46818] = 4, + [46845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, STATE(1485), 1, sym_aspect_specification, - ACTIONS(3578), 2, + ACTIONS(3583), 2, anon_sym_RPAREN, anon_sym_SEMI, - [46832] = 4, + [46859] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1484), 1, + STATE(1483), 1, sym_aspect_specification, - ACTIONS(3580), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [46846] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3582), 1, - anon_sym_COMMA, - STATE(1142), 1, - aux_sym__array_component_association_list_repeat1, ACTIONS(3585), 2, anon_sym_RPAREN, - anon_sym_RBRACK, - [46860] = 5, + anon_sym_SEMI, + [46873] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3447), 1, sym_identifier, STATE(1396), 1, sym_parameter_specification, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - STATE(1730), 1, + STATE(1734), 1, sym__parameter_specification_list, - [46876] = 5, + [46889] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3587), 1, + aux_sym__package_specification_token3, + ACTIONS(3589), 1, + aux_sym_expression_token3, + ACTIONS(3591), 1, + aux_sym_expression_token4, + STATE(1225), 1, + aux_sym_selective_accept_repeat1, + [46905] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3300), 1, + ACTIONS(3308), 1, aux_sym_iterator_filter_token1, - STATE(1477), 1, + STATE(1475), 1, sym_aspect_specification, STATE(1758), 1, sym_entry_barrier, - [46892] = 5, + [46921] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3401), 1, + anon_sym_SEMI, + ACTIONS(3479), 1, + aux_sym__package_specification_token2, + STATE(1878), 1, + sym_aspect_specification, + [46937] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, @@ -57625,18 +57659,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token4, STATE(1228), 1, aux_sym_selective_accept_repeat1, - [46908] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3405), 1, - anon_sym_SEMI, - ACTIONS(3475), 1, - aux_sym__package_specification_token2, - STATE(1877), 1, - sym_aspect_specification, - [46924] = 3, + [46953] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3593), 1, @@ -57645,48 +57668,127 @@ static const uint16_t ts_small_parse_table[] = { sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [46936] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3587), 1, - aux_sym__package_specification_token3, - ACTIONS(3589), 1, - aux_sym_expression_token3, - ACTIONS(3591), 1, - aux_sym_expression_token4, - STATE(1222), 1, - aux_sym_selective_accept_repeat1, - [46952] = 4, + [46965] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3596), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3599), 1, - aux_sym__package_specification_token3, - STATE(1149), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [46966] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3601), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3604), 1, - aux_sym__package_specification_token3, - STATE(1150), 2, - sym_exception_handler, - aux_sym_handled_sequence_of_statements_repeat1, - [46980] = 4, + anon_sym_COMMA, + STATE(1511), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3318), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [46979] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2178), 1, anon_sym_COLON_EQ, - STATE(1467), 1, + STATE(1464), 1, sym__assign_value, - ACTIONS(3606), 2, + ACTIONS(3598), 2, anon_sym_RPAREN, anon_sym_SEMI, - [46994] = 5, + [46993] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3600), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3603), 1, + aux_sym__package_specification_token3, + STATE(1152), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [47007] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3605), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3608), 1, + aux_sym__package_specification_token3, + STATE(1153), 2, + sym_exception_handler, + aux_sym_handled_sequence_of_statements_repeat1, + [47021] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3610), 1, + anon_sym_SEMI, + ACTIONS(3612), 1, + aux_sym__package_specification_token2, + STATE(1847), 1, + sym_aspect_specification, + [47037] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3614), 1, + anon_sym_SEMI, + ACTIONS(3616), 1, + aux_sym_with_clause_token2, + ACTIONS(3619), 1, + aux_sym_expression_token1, + STATE(1474), 1, + sym_record_extension_part, + [47053] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3621), 1, + anon_sym_COMMA, + STATE(1156), 1, + aux_sym__name_list_repeat1, + ACTIONS(3188), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47067] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3624), 1, + anon_sym_SEMI, + ACTIONS(3626), 1, + aux_sym_with_clause_token2, + ACTIONS(3629), 1, + aux_sym_expression_token1, + STATE(1453), 1, + sym_record_extension_part, + [47083] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3631), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47093] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3633), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47103] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(336), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + ACTIONS(3635), 1, + aux_sym_gnatprep_declarative_if_statement_token3, + ACTIONS(3637), 1, + aux_sym_gnatprep_declarative_if_statement_token4, + STATE(1130), 1, + aux_sym_gnatprep_declarative_if_statement_repeat1, + [47119] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3639), 1, + aux_sym_iterator_filter_token1, + STATE(1720), 1, + sym_variant_list, + STATE(1180), 2, + sym_variant, + aux_sym_variant_list_repeat1, + [47133] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1740), 1, @@ -57695,695 +57797,594 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2140), 1, anon_sym_DOT, - STATE(1078), 1, + STATE(1077), 1, sym_actual_parameter_part, - [47010] = 5, + [47149] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3641), 1, + aux_sym_compilation_unit_token1, + STATE(1478), 1, + sym_record_definition, + [47165] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3645), 1, + aux_sym_range_attribute_designator_token1, + STATE(1435), 1, + sym_real_range_specification, + ACTIONS(3643), 2, anon_sym_SEMI, - ACTIONS(3610), 1, aux_sym_with_clause_token2, - ACTIONS(3613), 1, + [47179] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3647), 1, + aux_sym_with_clause_token1, + STATE(1562), 1, + sym_record_definition, + [47195] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1239), 1, + sym__enumeration_literal_specification, + STATE(2004), 1, + sym__enumeration_literal_list, + ACTIONS(3649), 2, + sym_identifier, + sym_character_literal, + [47209] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3653), 1, + aux_sym_allocator_token1, + ACTIONS(3655), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3651), 2, + aux_sym_with_clause_token1, + aux_sym_private_extension_declaration_token1, + [47223] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3614), 1, + anon_sym_SEMI, + ACTIONS(3657), 1, + aux_sym_with_clause_token2, + ACTIONS(3660), 1, aux_sym_expression_token1, STATE(1474), 1, sym_record_extension_part, - [47026] = 5, + [47239] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3615), 1, - anon_sym_SEMI, - ACTIONS(3617), 1, - aux_sym__package_specification_token2, - STATE(1845), 1, - sym_aspect_specification, - [47042] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3619), 1, - aux_sym_compilation_unit_token1, - STATE(1478), 1, - sym_record_definition, - [47058] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(336), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3621), 1, - aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3623), 1, - aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1130), 1, - aux_sym_gnatprep_declarative_if_statement_repeat1, - [47074] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3625), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47084] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3627), 1, - anon_sym_COMMA, - STATE(1513), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3318), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [47098] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3629), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47108] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3631), 1, + ACTIONS(3308), 1, aux_sym_iterator_filter_token1, - STATE(1720), 1, - sym_variant_list, - STATE(1178), 2, - sym_variant, - aux_sym_variant_list_repeat1, - [47122] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3633), 1, - aux_sym_compilation_unit_token1, - STATE(1478), 1, - sym_record_definition, - [47138] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3637), 1, - aux_sym_range_attribute_designator_token1, - STATE(1457), 1, - sym_real_range_specification, - ACTIONS(3635), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [47152] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3639), 1, - aux_sym_with_clause_token1, - STATE(1559), 1, - sym_record_definition, - [47168] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(1233), 1, - sym__enumeration_literal_specification, - STATE(2002), 1, - sym__enumeration_literal_list, - ACTIONS(3641), 2, - sym_identifier, - sym_character_literal, - [47182] = 5, + STATE(1557), 1, + sym_aspect_specification, + STATE(2035), 1, + sym_entry_barrier, + [47255] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3334), 1, aux_sym_private_extension_declaration_token1, - ACTIONS(3356), 1, + ACTIONS(3358), 1, aux_sym_allocator_token1, - ACTIONS(3643), 1, - aux_sym_with_clause_token1, - ACTIONS(3645), 1, - aux_sym_private_type_declaration_token2, - [47198] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3649), 1, - aux_sym_allocator_token1, - ACTIONS(3651), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3647), 2, - aux_sym_with_clause_token1, - aux_sym_private_extension_declaration_token1, - [47212] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3655), 1, - aux_sym_allocator_token1, - ACTIONS(3657), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3653), 2, - aux_sym_with_clause_token1, - aux_sym_private_extension_declaration_token1, - [47226] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3608), 1, - anon_sym_SEMI, - ACTIONS(3659), 1, - aux_sym_with_clause_token2, ACTIONS(3662), 1, - aux_sym_expression_token1, - STATE(1474), 1, - sym_record_extension_part, - [47242] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3666), 1, - aux_sym_expression_token1, - ACTIONS(3664), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [47254] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3300), 1, - aux_sym_iterator_filter_token1, - STATE(1550), 1, - sym_aspect_specification, - STATE(2035), 1, - sym_entry_barrier, - [47270] = 5, + aux_sym_with_clause_token1, + ACTIONS(3664), 1, + aux_sym_private_type_declaration_token2, + [47271] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3668), 1, + ACTIONS(3666), 1, aux_sym_compilation_unit_token1, STATE(1478), 1, sym_record_definition, - [47286] = 5, + [47287] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, - aux_sym_compilation_unit_token1, + aux_sym_allocator_token1, ACTIONS(3672), 1, - anon_sym_SEMI, - ACTIONS(3674), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3668), 2, aux_sym_with_clause_token1, - ACTIONS(3676), 1, - aux_sym_expression_token3, - [47302] = 4, + aux_sym_private_extension_declaration_token1, + [47301] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(3674), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3676), 1, + anon_sym_SEMI, ACTIONS(3678), 1, - aux_sym_iterator_filter_token1, + aux_sym_with_clause_token1, ACTIONS(3680), 1, + aux_sym_expression_token3, + [47317] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3684), 1, + aux_sym_expression_token1, + ACTIONS(3682), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [47329] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3686), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3688), 1, aux_sym__package_specification_token3, - STATE(1150), 2, + STATE(1153), 2, sym_exception_handler, aux_sym_handled_sequence_of_statements_repeat1, - [47316] = 4, + [47343] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3682), 1, - anon_sym_COMMA, - STATE(1174), 1, - aux_sym__name_list_repeat1, - ACTIONS(3195), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47330] = 5, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3690), 1, + aux_sym_compilation_unit_token1, + STATE(1478), 1, + sym_record_definition, + [47359] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3423), 1, + ACTIONS(3692), 1, anon_sym_SEMI, - ACTIONS(3425), 1, - aux_sym__package_specification_token2, - STATE(1988), 1, + ACTIONS(3694), 1, + aux_sym_expression_token3, + STATE(1801), 1, sym_aspect_specification, - [47346] = 5, + [47375] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3431), 1, + anon_sym_SEMI, + ACTIONS(3433), 1, + aux_sym__package_specification_token2, + STATE(1989), 1, + sym_aspect_specification, + [47391] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3447), 1, sym_identifier, - STATE(1427), 1, + STATE(1398), 1, sym_discriminant_specification, - STATE(1700), 1, - sym__defining_identifier_list, STATE(1701), 1, + sym__defining_identifier_list, + STATE(1702), 1, sym_discriminant_specification_list, - [47362] = 5, + [47407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3685), 1, - aux_sym_compilation_unit_token1, - STATE(1478), 1, - sym_record_definition, - [47378] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3631), 1, + ACTIONS(3639), 1, aux_sym_iterator_filter_token1, - ACTIONS(3687), 1, + ACTIONS(3696), 1, aux_sym__package_specification_token3, - STATE(1229), 2, + STATE(1224), 2, sym_variant, aux_sym_variant_list_repeat1, - [47392] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3689), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47402] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3691), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47412] = 5, + [47421] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3693), 1, + ACTIONS(3698), 1, aux_sym_compilation_unit_token1, STATE(1489), 1, sym_record_definition, - [47428] = 5, + [47437] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3700), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47447] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3702), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47457] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3695), 1, + ACTIONS(3704), 1, aux_sym_compilation_unit_token1, STATE(1478), 1, sym_record_definition, - [47444] = 4, + [47473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3697), 1, + ACTIONS(3706), 1, anon_sym_COMMA, - STATE(1200), 1, + STATE(1201), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3699), 2, + ACTIONS(3708), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [47458] = 5, + [47487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3701), 1, + ACTIONS(3624), 1, anon_sym_SEMI, - ACTIONS(3703), 1, - aux_sym_expression_token3, - STATE(1800), 1, - sym_aspect_specification, - [47474] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3547), 1, - anon_sym_SEMI, - ACTIONS(3705), 1, + ACTIONS(3710), 1, aux_sym_with_clause_token2, - ACTIONS(3708), 1, + ACTIONS(3713), 1, aux_sym_expression_token1, - STATE(1439), 1, + STATE(1453), 1, sym_record_extension_part, - [47490] = 5, + [47503] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2056), 1, anon_sym_COMMA, - ACTIONS(2909), 1, + ACTIONS(2920), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3710), 1, + ACTIONS(3715), 1, anon_sym_COLON, - STATE(1312), 1, + STATE(1321), 1, aux_sym__defining_identifier_list_repeat1, - [47506] = 4, + [47519] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1543), 1, + STATE(1431), 1, sym_aspect_specification, - ACTIONS(3713), 2, + ACTIONS(3718), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47520] = 3, + [47533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, + ACTIONS(3720), 1, aux_sym__package_specification_token2, - ACTIONS(3715), 3, + ACTIONS(3547), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [47532] = 2, + [47545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3720), 4, + ACTIONS(3723), 4, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [47542] = 5, + [47555] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, aux_sym_expression_token3, - ACTIONS(3722), 1, + ACTIONS(3725), 1, aux_sym__package_specification_token3, - ACTIONS(3724), 1, + ACTIONS(3727), 1, aux_sym_expression_token4, STATE(1145), 1, aux_sym_selective_accept_repeat1, - [47558] = 4, + [47571] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - STATE(1560), 1, - sym_aspect_specification, - ACTIONS(3726), 2, + ACTIONS(3729), 1, anon_sym_SEMI, - aux_sym_accept_statement_token2, - [47572] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3728), 1, - anon_sym_SEMI, - ACTIONS(3730), 1, + ACTIONS(3731), 1, aux_sym_with_clause_token2, - ACTIONS(3733), 1, + ACTIONS(3734), 1, aux_sym_expression_token1, - STATE(1449), 1, + STATE(1517), 1, sym_record_extension_part, - [47588] = 4, + [47587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - STATE(1567), 1, - sym_aspect_specification, - ACTIONS(3726), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [47602] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3735), 1, - aux_sym_with_clause_token1, - STATE(1440), 1, - sym_record_definition, - [47618] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3737), 4, + ACTIONS(3736), 4, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [47628] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3739), 1, - anon_sym_LPAREN, - ACTIONS(3741), 1, - anon_sym_SEMI, - ACTIONS(3743), 1, - aux_sym_accept_statement_token2, - STATE(1542), 1, - sym_formal_part, - [47644] = 5, + [47597] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3481), 1, - aux_sym_compilation_unit_token1, - STATE(1440), 1, + ACTIONS(3738), 1, + aux_sym_with_clause_token1, + STATE(1447), 1, sym_record_definition, - [47660] = 4, + [47613] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1538), 1, + STATE(1564), 1, sym_aspect_specification, - ACTIONS(3745), 2, + ACTIONS(3740), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [47627] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(1539), 1, + sym_aspect_specification, + ACTIONS(3742), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47674] = 3, + [47641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3747), 1, + ACTIONS(3744), 1, + anon_sym_LPAREN, + ACTIONS(3746), 1, + anon_sym_SEMI, + ACTIONS(3748), 1, + aux_sym_accept_statement_token2, + STATE(1543), 1, + sym_formal_part, + [47657] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(1575), 1, + sym_aspect_specification, + ACTIONS(3740), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [47671] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3750), 1, aux_sym__package_specification_token2, - ACTIONS(3715), 3, + ACTIONS(3547), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [47686] = 4, + [47683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3697), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + STATE(1491), 1, + sym_aspect_specification, + ACTIONS(3753), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [47697] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3706), 1, anon_sym_COMMA, - STATE(1142), 1, + STATE(1140), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3750), 2, + ACTIONS(3755), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [47700] = 5, + [47711] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3752), 1, + ACTIONS(3757), 1, anon_sym_SEMI, - ACTIONS(3754), 1, + ACTIONS(3759), 1, aux_sym_expression_token3, - STATE(1620), 1, + STATE(1621), 1, sym_aspect_specification, - [47716] = 4, + [47727] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3674), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3678), 1, + aux_sym_with_clause_token1, + ACTIONS(3761), 1, + anon_sym_SEMI, + ACTIONS(3763), 1, + aux_sym_expression_token3, + [47743] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - STATE(1493), 1, + STATE(1460), 1, sym_aspect_specification, - ACTIONS(3756), 2, + ACTIONS(3765), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47730] = 5, + [47757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3670), 1, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3485), 1, aux_sym_compilation_unit_token1, - ACTIONS(3674), 1, - aux_sym_with_clause_token1, - ACTIONS(3758), 1, - anon_sym_SEMI, - ACTIONS(3760), 1, - aux_sym_expression_token3, - [47746] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - STATE(1488), 1, - sym_aspect_specification, - ACTIONS(3762), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [47760] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3764), 1, - aux_sym__package_specification_token2, - ACTIONS(3715), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [47772] = 3, + STATE(1447), 1, + sym_record_definition, + [47773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3767), 1, + aux_sym__package_specification_token2, + ACTIONS(3547), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [47785] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3770), 1, aux_sym_attribute_designator_token3, - ACTIONS(3769), 3, + ACTIONS(3772), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47784] = 5, + [47797] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2856), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3774), 1, anon_sym_SEMI, - ACTIONS(3773), 1, + ACTIONS(3776), 1, aux_sym_accept_statement_token2, - STATE(1430), 1, + STATE(1477), 1, sym_formal_part, - [47800] = 5, + [47813] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3729), 1, anon_sym_SEMI, - ACTIONS(3775), 1, - aux_sym_with_clause_token2, ACTIONS(3778), 1, + aux_sym_with_clause_token2, + ACTIONS(3781), 1, aux_sym_expression_token1, - STATE(1449), 1, + STATE(1517), 1, sym_record_extension_part, - [47816] = 4, + [47829] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, + ACTIONS(3783), 1, aux_sym_iterator_filter_token1, - ACTIONS(3782), 1, + ACTIONS(3785), 1, aux_sym__package_specification_token3, - STATE(1149), 2, + STATE(1152), 2, sym_case_statement_alternative, aux_sym_case_statement_repeat1, - [47830] = 5, + [47843] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(460), 1, aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3784), 1, + ACTIONS(3787), 1, aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3786), 1, + ACTIONS(3789), 1, aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1212), 1, + STATE(1213), 1, aux_sym_gnatprep_if_statement_repeat1, - [47846] = 2, + [47859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3788), 4, + ACTIONS(3791), 4, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47856] = 4, + [47869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3790), 1, + ACTIONS(3793), 1, aux_sym_gnatprep_declarative_if_statement_token2, - STATE(1212), 1, + STATE(1213), 1, aux_sym_gnatprep_if_statement_repeat1, - ACTIONS(3793), 2, + ACTIONS(3796), 2, aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, - [47870] = 5, + [47883] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3795), 1, + ACTIONS(3798), 1, anon_sym_SEMI, - ACTIONS(3797), 1, + ACTIONS(3800), 1, aux_sym__package_specification_token2, - STATE(1465), 1, + STATE(1461), 1, sym_aspect_specification, - [47886] = 3, + [47899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3801), 1, + ACTIONS(3804), 1, aux_sym_expression_token1, - ACTIONS(3799), 3, + ACTIONS(3802), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47898] = 3, + [47911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3188), 1, + ACTIONS(3181), 1, aux_sym_iterated_element_association_token2, ACTIONS(1814), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [47910] = 2, + [47923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 4, + ACTIONS(3806), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [47920] = 2, + [47933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 4, + ACTIONS(3808), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [47930] = 4, + [47943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 1, + ACTIONS(3810), 1, anon_sym_COMMA, - ACTIONS(3809), 1, + ACTIONS(3812), 1, anon_sym_RPAREN, ACTIONS(3318), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47944] = 4, + [47957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, + ACTIONS(3645), 1, aux_sym_range_attribute_designator_token1, - STATE(1456), 1, + STATE(1529), 1, sym_real_range_specification, - ACTIONS(3811), 2, + ACTIONS(3814), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47958] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2056), 1, - anon_sym_COMMA, - ACTIONS(2909), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3813), 1, - anon_sym_COLON, - STATE(1312), 1, - aux_sym__defining_identifier_list_repeat1, - [47974] = 2, + [47971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3816), 4, @@ -58391,202 +58392,206 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_with_clause_token2, anon_sym_COLON_EQ, aux_sym_accept_statement_token2, - [47984] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3589), 1, - aux_sym_expression_token3, - ACTIONS(3818), 1, - aux_sym__package_specification_token3, - ACTIONS(3820), 1, - aux_sym_expression_token4, - STATE(1228), 1, - aux_sym_selective_accept_repeat1, - [48000] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 1, - sym_identifier, - STATE(1003), 1, - sym__aspect_mark, - STATE(1005), 1, - sym_aspect_association, - STATE(1118), 1, - sym_aspect_mark_list, - [48016] = 5, + [47981] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(336), 1, aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3824), 1, + ACTIONS(3818), 1, aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3826), 1, + ACTIONS(3820), 1, aux_sym_gnatprep_declarative_if_statement_token4, STATE(1130), 1, aux_sym_gnatprep_declarative_if_statement_repeat1, - [48032] = 5, + [47997] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2056), 1, + anon_sym_COMMA, + ACTIONS(2920), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3822), 1, + anon_sym_COLON, + STATE(1321), 1, + aux_sym__defining_identifier_list_repeat1, + [48013] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3828), 1, + aux_sym__package_specification_token3, + STATE(1224), 2, + sym_variant, + aux_sym_variant_list_repeat1, + [48027] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3832), 1, + aux_sym_expression_token3, + STATE(1225), 1, + aux_sym_selective_accept_repeat1, + ACTIONS(3830), 2, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + [48041] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3401), 1, + anon_sym_SEMI, + ACTIONS(3835), 1, + aux_sym__package_specification_token2, + STATE(1574), 1, + sym_aspect_specification, + [48057] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(460), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + ACTIONS(3837), 1, + aux_sym_gnatprep_declarative_if_statement_token3, + ACTIONS(3839), 1, + aux_sym_gnatprep_declarative_if_statement_token4, + STATE(1213), 1, + aux_sym_gnatprep_if_statement_repeat1, + [48073] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3589), 1, + aux_sym_expression_token3, + ACTIONS(3841), 1, + aux_sym__package_specification_token3, + ACTIONS(3843), 1, + aux_sym_expression_token4, + STATE(1225), 1, + aux_sym_selective_accept_repeat1, + [48089] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3845), 1, + sym_identifier, + STATE(1002), 1, + sym__aspect_mark, + STATE(1003), 1, + sym_aspect_association, + STATE(1117), 1, + sym_aspect_mark_list, + [48105] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, aux_sym_primary_null_token1, ACTIONS(1926), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3828), 1, + ACTIONS(3847), 1, aux_sym_compilation_unit_token1, STATE(1478), 1, sym_record_definition, - [48048] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3405), 1, - anon_sym_SEMI, - ACTIONS(3830), 1, - aux_sym__package_specification_token2, - STATE(1574), 1, - sym_aspect_specification, - [48064] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(460), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3832), 1, - aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3834), 1, - aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1212), 1, - aux_sym_gnatprep_if_statement_repeat1, - [48080] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3838), 1, - aux_sym_expression_token3, - STATE(1228), 1, - aux_sym_selective_accept_repeat1, - ACTIONS(3836), 2, - aux_sym__package_specification_token3, - aux_sym_expression_token4, - [48094] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3841), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3844), 1, - aux_sym__package_specification_token3, - STATE(1229), 2, - sym_variant, - aux_sym_variant_list_repeat1, - [48108] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3846), 1, - aux_sym__package_specification_token2, - ACTIONS(3715), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [48120] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2042), 1, - anon_sym_COLON, - ACTIONS(2056), 1, - anon_sym_COMMA, - STATE(1312), 1, - aux_sym__defining_identifier_list_repeat1, - [48133] = 4, + [48121] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3849), 1, - anon_sym_SEMI, - STATE(1693), 1, + aux_sym__package_specification_token2, + STATE(1911), 1, sym_aspect_specification, - [48146] = 4, + [48134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3851), 1, - anon_sym_COMMA, + ACTIONS(3851), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48143] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, ACTIONS(3853), 1, - anon_sym_RPAREN, - STATE(1367), 1, - aux_sym__enumeration_literal_list_repeat1, - [48159] = 4, + anon_sym_SEMI, + STATE(1903), 1, + sym_aspect_specification, + [48156] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3855), 1, anon_sym_SEMI, - STATE(1959), 1, + STATE(1968), 1, sym_aspect_specification, - [48172] = 2, + [48169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3857), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [48181] = 4, + [48178] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3859), 1, anon_sym_COMMA, ACTIONS(3861), 1, anon_sym_RPAREN, - STATE(1257), 1, - aux_sym_index_constraint_repeat1, - [48194] = 4, + STATE(1254), 1, + aux_sym_discriminant_constraint_repeat1, + [48191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 1, - anon_sym_RPAREN, - ACTIONS(3865), 1, + ACTIONS(3863), 3, anon_sym_SEMI, - STATE(1237), 1, - aux_sym__parameter_specification_list_repeat1, - [48207] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3868), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48216] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3870), 1, - anon_sym_EQ_GT, - ACTIONS(3872), 1, - anon_sym_PIPE, - STATE(1239), 1, - aux_sym_component_choice_list_repeat1, - [48229] = 4, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48200] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3875), 1, + ACTIONS(3865), 1, anon_sym_SEMI, - STATE(1911), 1, + STATE(1964), 1, sym_aspect_specification, - [48242] = 2, + [48213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3836), 3, - aux_sym__package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [48251] = 2, + ACTIONS(3867), 1, + anon_sym_COMMA, + ACTIONS(3869), 1, + anon_sym_RPAREN, + STATE(1362), 1, + aux_sym__enumeration_literal_list_repeat1, + [48226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 3, + ACTIONS(3871), 1, + anon_sym_COMMA, + ACTIONS(3873), 1, + anon_sym_RPAREN, + STATE(1257), 1, + aux_sym_index_constraint_repeat1, + [48239] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3875), 1, + anon_sym_EQ_GT, + ACTIONS(3877), 1, + anon_sym_PIPE, + STATE(1241), 1, + aux_sym_component_choice_list_repeat1, + [48252] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3880), 1, + anon_sym_RPAREN, + ACTIONS(3882), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48260] = 4, + STATE(1242), 1, + aux_sym__parameter_specification_list_repeat1, + [48265] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(526), 1, @@ -58595,487 +58600,557 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_value_sequence_token1, STATE(2027), 1, sym_iterated_element_association, - [48273] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3879), 1, - anon_sym_RPAREN, - ACTIONS(3881), 1, - anon_sym_SEMI, - STATE(1237), 1, - aux_sym__parameter_specification_list_repeat1, - [48286] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3574), 3, - aux_sym__package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [48295] = 4, + [48278] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3883), 1, + ACTIONS(3885), 1, anon_sym_SEMI, - STATE(1718), 1, + STATE(1959), 1, sym_aspect_specification, - [48308] = 4, + [48291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3885), 1, - anon_sym_COMMA, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, ACTIONS(3887), 1, - anon_sym_RPAREN, - STATE(1401), 1, - aux_sym__index_subtype_definition_list_repeat1, - [48321] = 4, + anon_sym_SEMI, + STATE(1719), 1, + sym_aspect_specification, + [48304] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3830), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [48313] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3889), 1, anon_sym_SEMI, - STATE(1968), 1, + STATE(1912), 1, sym_aspect_specification, - [48334] = 4, + [48326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3579), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [48335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3891), 1, + anon_sym_RPAREN, + ACTIONS(3893), 1, + anon_sym_SEMI, + STATE(1242), 1, + aux_sym__parameter_specification_list_repeat1, + [48348] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3895), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48357] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3897), 1, + anon_sym_COMMA, + ACTIONS(3899), 1, + anon_sym_RPAREN, + STATE(1401), 1, + aux_sym__index_subtype_definition_list_repeat1, + [48370] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3447), 1, sym_identifier, - STATE(1600), 1, + STATE(1597), 1, sym_parameter_specification, - STATE(1723), 1, + STATE(1726), 1, sym__defining_identifier_list, - [48347] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3891), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48356] = 4, + [48383] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1892), 1, anon_sym_PIPE, - ACTIONS(3893), 1, - anon_sym_EQ_GT, - STATE(1302), 1, - aux_sym_discriminant_association_repeat1, - [48369] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3895), 1, - anon_sym_COMMA, - ACTIONS(3897), 1, - anon_sym_RPAREN, - STATE(1397), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [48382] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3899), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48391] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(3901), 1, + anon_sym_EQ_GT, + STATE(1315), 1, + aux_sym_discriminant_association_repeat1, + [48396] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3859), 1, anon_sym_COMMA, ACTIONS(3903), 1, anon_sym_RPAREN, - STATE(1298), 1, + STATE(1312), 1, aux_sym_discriminant_constraint_repeat1, - [48404] = 4, + [48409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3905), 1, - anon_sym_SEMI, - STATE(1897), 1, - sym_aspect_specification, - [48417] = 2, + ACTIONS(3905), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [48418] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3907), 3, aux_sym_terminate_alternative_token1, aux_sym_accept_statement_token1, aux_sym_delay_until_statement_token1, - [48426] = 4, + [48427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(3871), 1, anon_sym_COMMA, ACTIONS(3909), 1, anon_sym_RPAREN, - STATE(1295), 1, + STATE(1302), 1, aux_sym_index_constraint_repeat1, - [48439] = 2, + [48440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3911), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48448] = 4, + STATE(1156), 1, + aux_sym__name_list_repeat1, + ACTIONS(3911), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [48451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, - aux_sym_range_attribute_designator_token1, ACTIONS(3913), 1, - aux_sym_attribute_designator_token3, - STATE(1463), 1, - sym_real_range_specification, - [48461] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3915), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48470] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3401), 1, - anon_sym_SEMI, - STATE(1729), 1, - sym_aspect_specification, - [48483] = 4, + anon_sym_COMMA, + ACTIONS(3915), 1, + anon_sym_RPAREN, + STATE(1397), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [48464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3917), 1, - anon_sym_COMMA, - ACTIONS(3920), 1, - anon_sym_RPAREN, - STATE(1262), 1, - aux_sym_global_aspect_definition_repeat1, - [48496] = 4, + sym_identifier, + STATE(2021), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [48475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3922), 1, + ACTIONS(3919), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48484] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3645), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(3921), 1, + aux_sym_attribute_designator_token3, + STATE(1472), 1, + sym_real_range_specification, + [48497] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3923), 1, anon_sym_COMMA, - ACTIONS(3924), 1, + ACTIONS(3925), 1, anon_sym_RPAREN, - STATE(1340), 1, + STATE(1342), 1, aux_sym_pragma_g_repeat1, - [48509] = 4, + [48510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3926), 1, + ACTIONS(3927), 1, anon_sym_COMMA, - ACTIONS(3928), 1, + ACTIONS(3929), 1, anon_sym_RPAREN, - STATE(1291), 1, + STATE(1296), 1, aux_sym_case_expression_repeat1, - [48522] = 4, + [48523] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3930), 1, + ACTIONS(3409), 1, anon_sym_SEMI, - STATE(2022), 1, + STATE(1730), 1, sym_aspect_specification, - [48535] = 4, + [48536] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3932), 1, - anon_sym_SEMI, - STATE(1610), 1, - sym_aspect_specification, - [48548] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1174), 1, - aux_sym__name_list_repeat1, - ACTIONS(3934), 2, + ACTIONS(3931), 1, anon_sym_COMMA, + ACTIONS(3934), 1, anon_sym_RPAREN, - [48559] = 4, + STATE(1266), 1, + aux_sym_global_aspect_definition_repeat1, + [48549] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3936), 1, anon_sym_SEMI, - STATE(1734), 1, + STATE(1611), 1, sym_aspect_specification, - [48572] = 4, + [48562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3938), 1, - anon_sym_SEMI, - STATE(1880), 1, - sym_aspect_specification, - [48585] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3940), 1, - anon_sym_COMMA, - ACTIONS(3942), 1, - anon_sym_RPAREN, - STATE(1287), 1, - aux_sym_record_component_association_list_repeat1, - [48598] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3944), 1, - anon_sym_COMMA, - ACTIONS(3946), 1, - anon_sym_RPAREN, - STATE(1138), 1, - aux_sym_positional_array_aggregate_repeat1, - [48611] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3948), 3, + ACTIONS(3938), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [48620] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3950), 1, - anon_sym_COMMA, - ACTIONS(3952), 1, - anon_sym_RPAREN, - STATE(1274), 1, - aux_sym_actual_parameter_part_repeat1, - [48633] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3954), 1, - anon_sym_COMMA, - ACTIONS(3957), 1, - anon_sym_RPAREN, - STATE(1274), 1, - aux_sym_actual_parameter_part_repeat1, - [48646] = 4, + [48571] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, ACTIONS(3940), 1, + anon_sym_SEMI, + STATE(1735), 1, + sym_aspect_specification, + [48584] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3942), 1, anon_sym_COMMA, - ACTIONS(3959), 1, + ACTIONS(3944), 1, + anon_sym_RPAREN, + STATE(1291), 1, + aux_sym_record_component_association_list_repeat1, + [48597] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3946), 1, + anon_sym_COMMA, + ACTIONS(3948), 1, + anon_sym_RPAREN, + STATE(1139), 1, + aux_sym_positional_array_aggregate_repeat1, + [48610] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3950), 1, + anon_sym_SEMI, + STATE(1888), 1, + sym_aspect_specification, + [48623] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3952), 1, + anon_sym_SEMI, + STATE(2023), 1, + sym_aspect_specification, + [48636] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3954), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [48645] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3956), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [48654] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3958), 1, + anon_sym_SEMI, + ACTIONS(3960), 1, + aux_sym__package_specification_token2, + ACTIONS(3962), 1, + aux_sym_expression_token3, + [48667] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3964), 1, + anon_sym_COMMA, + ACTIONS(3967), 1, + anon_sym_RPAREN, + STATE(1277), 1, + aux_sym_actual_parameter_part_repeat1, + [48680] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + anon_sym_COMMA, + ACTIONS(3972), 1, + anon_sym_COLON, + STATE(1278), 1, + aux_sym__defining_identifier_list_repeat1, + [48693] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3942), 1, + anon_sym_COMMA, + ACTIONS(3974), 1, anon_sym_RPAREN, STATE(1270), 1, aux_sym_record_component_association_list_repeat1, - [48659] = 4, + [48706] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3961), 1, - anon_sym_SEMI, - ACTIONS(3963), 1, - aux_sym__package_specification_token2, - ACTIONS(3965), 1, - aux_sym_expression_token3, - [48672] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3967), 1, - anon_sym_COMMA, - ACTIONS(3970), 1, - anon_sym_COLON, - STATE(1277), 1, - aux_sym__defining_identifier_list_repeat1, - [48685] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3186), 1, + ACTIONS(3179), 1, aux_sym_chunk_specification_token1, - ACTIONS(3191), 1, + ACTIONS(3184), 1, anon_sym_COLON, - ACTIONS(3193), 1, + ACTIONS(3186), 1, aux_sym_iterator_specification_token1, - [48698] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3972), 1, - anon_sym_SEMI, - STATE(1820), 1, - sym_aspect_specification, - [48711] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3974), 1, - anon_sym_SEMI, - STATE(1936), 1, - sym_aspect_specification, - [48724] = 4, + [48719] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3976), 1, anon_sym_SEMI, - STATE(1937), 1, + STATE(1820), 1, sym_aspect_specification, - [48737] = 2, + [48732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3978), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48746] = 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [48741] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3980), 1, anon_sym_SEMI, - STATE(1935), 1, + STATE(2053), 1, sym_aspect_specification, - [48759] = 4, + [48754] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(3982), 1, anon_sym_SEMI, - STATE(1942), 1, + STATE(1937), 1, sym_aspect_specification, - [48772] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - anon_sym_COMMA, - ACTIONS(3934), 1, - anon_sym_SEMI, - STATE(1174), 1, - aux_sym__name_list_repeat1, - [48785] = 4, + [48767] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3984), 1, - anon_sym_RPAREN, - ACTIONS(3986), 1, - anon_sym_SEMI, - STATE(1361), 1, - aux_sym_discriminant_specification_list_repeat1, - [48798] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3988), 1, anon_sym_COMMA, - ACTIONS(3991), 1, + ACTIONS(3986), 1, anon_sym_RPAREN, - STATE(1287), 1, - aux_sym_record_component_association_list_repeat1, - [48811] = 2, + STATE(1277), 1, + aux_sym_actual_parameter_part_repeat1, + [48780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48820] = 4, + ACTIONS(3144), 1, + anon_sym_COMMA, + ACTIONS(3911), 1, + anon_sym_SEMI, + STATE(1156), 1, + aux_sym__name_list_repeat1, + [48793] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3988), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48802] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3995), 1, + ACTIONS(3990), 1, anon_sym_SEMI, - STATE(2017), 1, + STATE(1939), 1, sym_aspect_specification, - [48833] = 4, + [48815] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3997), 1, + ACTIONS(3992), 1, anon_sym_SEMI, - STATE(2053), 1, + STATE(1943), 1, sym_aspect_specification, - [48846] = 4, + [48828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3926), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3994), 1, + anon_sym_SEMI, + STATE(1936), 1, + sym_aspect_specification, + [48841] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3996), 1, anon_sym_COMMA, ACTIONS(3999), 1, anon_sym_RPAREN, - STATE(1353), 1, - aux_sym_case_expression_repeat1, - [48859] = 4, + STATE(1291), 1, + aux_sym_record_component_association_list_repeat1, + [48854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3950), 1, + ACTIONS(4001), 3, anon_sym_COMMA, - ACTIONS(4001), 1, anon_sym_RPAREN, - STATE(1273), 1, - aux_sym_actual_parameter_part_repeat1, - [48872] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4003), 3, - aux_sym__package_specification_token3, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - [48881] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3443), 1, - sym_identifier, - STATE(1495), 1, - sym_discriminant_specification, - STATE(1700), 1, - sym__defining_identifier_list, - [48894] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4005), 1, - anon_sym_COMMA, - ACTIONS(4008), 1, - anon_sym_RPAREN, - STATE(1295), 1, - aux_sym_index_constraint_repeat1, - [48907] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4010), 3, - anon_sym_RPAREN, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - [48916] = 4, + anon_sym_RBRACK, + [48863] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4012), 1, + ACTIONS(4003), 1, + anon_sym_SEMI, + STATE(2017), 1, + sym_aspect_specification, + [48876] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4005), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48885] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4007), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + [48894] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3927), 1, + anon_sym_COMMA, + ACTIONS(4009), 1, + anon_sym_RPAREN, + STATE(1354), 1, + aux_sym_case_expression_repeat1, + [48907] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4011), 1, + anon_sym_RPAREN, + ACTIONS(4013), 1, + anon_sym_SEMI, + STATE(1348), 1, + aux_sym_discriminant_specification_list_repeat1, + [48920] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3984), 1, + anon_sym_COMMA, + ACTIONS(4015), 1, + anon_sym_RPAREN, + STATE(1285), 1, + aux_sym_actual_parameter_part_repeat1, + [48933] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4017), 1, anon_sym_SEMI, STATE(2055), 1, sym_aspect_specification, - [48929] = 4, + [48946] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4014), 1, - anon_sym_COMMA, - ACTIONS(4017), 1, - anon_sym_RPAREN, - STATE(1298), 1, - aux_sym_discriminant_constraint_repeat1, - [48942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4019), 1, + ACTIONS(3447), 1, sym_identifier, - STATE(2021), 2, + STATE(1509), 1, + sym_discriminant_specification, + STATE(1701), 1, + sym__defining_identifier_list, + [48959] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4019), 3, + anon_sym_RPAREN, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + [48968] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4021), 1, + anon_sym_COMMA, + ACTIONS(4024), 1, + anon_sym_RPAREN, + STATE(1302), 1, + aux_sym_index_constraint_repeat1, + [48981] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3917), 1, + sym_identifier, + STATE(1579), 2, sym_loop_parameter_specification, sym_iterator_specification, - [48953] = 4, + [48992] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4026), 3, + sym_identifier, + sym_string_literal, + sym_character_literal, + [49001] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4028), 1, + anon_sym_SEMI, + STATE(1613), 1, + sym_aspect_specification, + [49014] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4030), 1, + anon_sym_COMMA, + ACTIONS(4032), 1, + anon_sym_RBRACK, + STATE(1139), 1, + aux_sym_positional_array_aggregate_repeat1, + [49027] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4034), 1, + anon_sym_RPAREN, + STATE(2059), 1, + sym_aspect_specification, + [49040] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(526), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(4036), 1, + anon_sym_LPAREN, + STATE(1846), 1, + sym_iterated_element_association, + [49053] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1894), 1, @@ -59084,74 +59159,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, STATE(1386), 1, aux_sym_component_choice_list_repeat1, - [48966] = 2, + [49066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4021), 3, - sym_identifier, - sym_string_literal, - sym_character_literal, - [48975] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4023), 1, - anon_sym_EQ_GT, - ACTIONS(4025), 1, - anon_sym_PIPE, - STATE(1302), 1, - aux_sym_discriminant_association_repeat1, - [48988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4019), 1, - sym_identifier, - STATE(1576), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [48999] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(526), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(4028), 1, - anon_sym_LPAREN, - STATE(1846), 1, - sym_iterated_element_association, - [49012] = 4, + ACTIONS(4038), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49075] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4030), 1, + ACTIONS(4040), 1, anon_sym_SEMI, - STATE(1612), 1, + STATE(1614), 1, sym_aspect_specification, - [49025] = 4, + [49088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4032), 1, + ACTIONS(4042), 1, anon_sym_COMMA, - ACTIONS(4034), 1, - anon_sym_RBRACK, - STATE(1138), 1, - aux_sym_positional_array_aggregate_repeat1, - [49038] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4036), 1, - anon_sym_COMMA, - ACTIONS(4039), 1, + ACTIONS(4045), 1, anon_sym_RPAREN, - STATE(1307), 1, - aux_sym_record_component_association_list_repeat2, - [49051] = 2, + STATE(1312), 1, + aux_sym_discriminant_constraint_repeat1, + [49101] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4041), 3, + ACTIONS(4047), 1, + anon_sym_COMMA, + ACTIONS(4050), 1, + anon_sym_RPAREN, + STATE(1313), 1, + aux_sym_record_component_association_list_repeat2, + [49114] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4052), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49060] = 3, + [49123] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4054), 1, + anon_sym_EQ_GT, + ACTIONS(4056), 1, + anon_sym_PIPE, + STATE(1315), 1, + aux_sym_discriminant_association_repeat1, + [49136] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4059), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49145] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4061), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49154] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4063), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49163] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_EQ_GT, + ACTIONS(4067), 1, + anon_sym_PIPE, + STATE(1337), 1, + aux_sym_discrete_choice_list_repeat1, + [49176] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4069), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49185] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2056), 1, + anon_sym_COMMA, + ACTIONS(4071), 1, + anon_sym_COLON, + STATE(1278), 1, + aux_sym__defining_identifier_list_repeat1, + [49198] = 3, ACTIONS(3), 1, sym_comment, STATE(1382), 1, @@ -59159,397 +59263,313 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3312), 2, aux_sym_use_clause_token1, aux_sym_quantifier_token1, - [49071] = 2, + [49209] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3585), 3, + ACTIONS(3144), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [49080] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4043), 1, - anon_sym_SEMI, - STATE(1613), 1, - sym_aspect_specification, - [49093] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2056), 1, - anon_sym_COMMA, - ACTIONS(4045), 1, - anon_sym_COLON, - STATE(1277), 1, - aux_sym__defining_identifier_list_repeat1, - [49106] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4047), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49115] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - anon_sym_COMMA, - ACTIONS(4049), 1, - anon_sym_SEMI, - STATE(1174), 1, - aux_sym__name_list_repeat1, - [49128] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4051), 1, - anon_sym_EQ_GT, - ACTIONS(4053), 1, - anon_sym_PIPE, - STATE(1348), 1, - aux_sym_exception_choice_list_repeat1, - [49141] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4055), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49150] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4057), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49159] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4059), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49168] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4061), 1, - anon_sym_EQ_GT, - ACTIONS(4063), 1, - anon_sym_PIPE, - STATE(1336), 1, - aux_sym_discrete_choice_list_repeat1, - [49181] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4065), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49190] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4067), 3, - aux_sym__package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49199] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4069), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49208] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3576), 1, - aux_sym_expression_token2, - ACTIONS(4071), 2, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49219] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, ACTIONS(4073), 1, anon_sym_SEMI, - STATE(1964), 1, - sym_aspect_specification, - [49232] = 2, + STATE(1156), 1, + aux_sym__name_list_repeat1, + [49222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4075), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49231] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4077), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49240] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3577), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [49241] = 4, + [49249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4077), 1, - anon_sym_SEMI, - STATE(2008), 1, - sym_aspect_specification, - [49254] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4079), 1, - anon_sym_SEMI, - STATE(1795), 1, - sym_aspect_specification, - [49267] = 2, + ACTIONS(3581), 1, + aux_sym_expression_token2, + ACTIONS(4079), 2, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4081), 3, aux_sym__package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [49276] = 3, + [49269] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2042), 1, + anon_sym_COLON, + ACTIONS(2056), 1, + anon_sym_COMMA, + STATE(1321), 1, + aux_sym__defining_identifier_list_repeat1, + [49282] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4083), 1, - sym_identifier, - ACTIONS(4085), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [49287] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3901), 1, - anon_sym_COMMA, - ACTIONS(4087), 1, - anon_sym_RPAREN, - STATE(1254), 1, - aux_sym_discriminant_constraint_repeat1, - [49300] = 4, + anon_sym_EQ_GT, + ACTIONS(4085), 1, + anon_sym_PIPE, + STATE(1349), 1, + aux_sym_exception_choice_list_repeat1, + [49295] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4089), 1, - aux_sym__package_specification_token2, - STATE(1827), 1, + ACTIONS(4087), 1, + anon_sym_SEMI, + STATE(2011), 1, sym_aspect_specification, - [49313] = 2, + [49308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4091), 3, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(3437), 1, + anon_sym_SEMI, + STATE(2019), 1, + sym_aspect_specification, + [49321] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4089), 3, anon_sym_SEMI, aux_sym__package_specification_token2, aux_sym_expression_token3, - [49322] = 4, + [49330] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, + ACTIONS(4091), 1, + anon_sym_COMMA, ACTIONS(4093), 1, - aux_sym__package_specification_token2, - STATE(1684), 1, - sym_aspect_specification, - [49335] = 4, + anon_sym_RPAREN, + STATE(1313), 1, + aux_sym_record_component_association_list_repeat2, + [49343] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4095), 1, anon_sym_COMMA, - ACTIONS(4097), 1, + ACTIONS(4098), 1, anon_sym_RPAREN, - STATE(1307), 1, - aux_sym_record_component_association_list_repeat2, - [49348] = 2, + STATE(1335), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [49356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4099), 3, + ACTIONS(4100), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [49357] = 4, + [49365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(4102), 1, anon_sym_EQ_GT, - ACTIONS(4103), 1, + ACTIONS(4104), 1, anon_sym_PIPE, - STATE(1336), 1, + STATE(1337), 1, aux_sym_discrete_choice_list_repeat1, - [49370] = 2, + [49378] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3572), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [49379] = 4, + [49387] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4106), 1, - anon_sym_SEMI, - STATE(2075), 1, + ACTIONS(4107), 1, + aux_sym__package_specification_token2, + STATE(1685), 1, sym_aspect_specification, - [49392] = 4, + [49400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4108), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4109), 1, + anon_sym_SEMI, + STATE(2076), 1, + sym_aspect_specification, + [49413] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3845), 1, + sym_identifier, + STATE(1002), 1, + sym__aspect_mark, + STATE(1023), 1, + sym_aspect_association, + [49426] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3923), 1, anon_sym_COMMA, ACTIONS(4111), 1, anon_sym_RPAREN, - STATE(1339), 1, - aux_sym__index_subtype_definition_list_repeat1, - [49405] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3922), 1, - anon_sym_COMMA, - ACTIONS(4113), 1, - anon_sym_RPAREN, STATE(1351), 1, aux_sym_pragma_g_repeat1, - [49418] = 3, + [49439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3678), 1, + ACTIONS(3686), 1, aux_sym_iterator_filter_token1, - STATE(1173), 2, + STATE(1175), 2, sym_exception_handler, aux_sym_handled_sequence_of_statements_repeat1, - [49429] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4115), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49438] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 1, - sym_identifier, - STATE(1003), 1, - sym__aspect_mark, - STATE(1021), 1, - sym_aspect_association, - [49451] = 4, + [49450] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4117), 1, + ACTIONS(4113), 1, anon_sym_SEMI, STATE(1622), 1, sym_aspect_specification, - [49464] = 4, + [49463] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4119), 1, + ACTIONS(4115), 1, anon_sym_SEMI, STATE(1623), 1, sym_aspect_specification, - [49477] = 4, + [49476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(3477), 1, - anon_sym_SEMI, - STATE(1793), 1, - sym_aspect_specification, - [49490] = 2, + ACTIONS(4117), 1, + anon_sym_COMMA, + ACTIONS(4120), 1, + anon_sym_RPAREN, + STATE(1346), 1, + aux_sym__index_subtype_definition_list_repeat1, + [49489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4121), 3, + ACTIONS(4122), 3, aux_sym__package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [49499] = 4, + [49498] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 1, - anon_sym_EQ_GT, - ACTIONS(4125), 1, - anon_sym_PIPE, + ACTIONS(4124), 1, + anon_sym_RPAREN, + ACTIONS(4126), 1, + anon_sym_SEMI, STATE(1348), 1, + aux_sym_discriminant_specification_list_repeat1, + [49511] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4129), 1, + anon_sym_EQ_GT, + ACTIONS(4131), 1, + anon_sym_PIPE, + STATE(1349), 1, aux_sym_exception_choice_list_repeat1, - [49512] = 4, + [49524] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4128), 1, - aux_sym__package_specification_token2, - STATE(1827), 1, - sym_aspect_specification, - [49525] = 4, + ACTIONS(4085), 1, + anon_sym_PIPE, + ACTIONS(4134), 1, + anon_sym_EQ_GT, + STATE(1330), 1, + aux_sym_exception_choice_list_repeat1, + [49537] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4130), 1, - aux_sym__package_specification_token2, - STATE(1906), 1, - sym_aspect_specification, - [49538] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4132), 1, + ACTIONS(4136), 1, anon_sym_COMMA, - ACTIONS(4135), 1, + ACTIONS(4139), 1, anon_sym_RPAREN, STATE(1351), 1, aux_sym_pragma_g_repeat1, - [49551] = 4, + [49550] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4137), 1, - aux_sym__package_specification_token2, - STATE(1664), 1, + ACTIONS(3483), 1, + anon_sym_SEMI, + STATE(1795), 1, sym_aspect_specification, - [49564] = 4, + [49563] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4139), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4141), 1, + aux_sym__package_specification_token2, + STATE(1665), 1, + sym_aspect_specification, + [49576] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4143), 1, anon_sym_COMMA, - ACTIONS(4142), 1, - anon_sym_RPAREN, - STATE(1353), 1, - aux_sym_case_expression_repeat1, - [49577] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4144), 1, - aux_sym__package_specification_token2, - STATE(1664), 1, - sym_aspect_specification, - [49590] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, ACTIONS(4146), 1, + anon_sym_RPAREN, + STATE(1354), 1, + aux_sym_case_expression_repeat1, + [49589] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4148), 1, anon_sym_SEMI, STATE(1848), 1, sym_aspect_specification, - [49603] = 4, + [49602] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1920), 1, - aux_sym_primary_null_token1, - ACTIONS(1926), 1, - aux_sym_record_component_association_list_token1, - STATE(1440), 1, - sym_record_definition, - [49616] = 4, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4150), 1, + aux_sym__package_specification_token2, + STATE(1829), 1, + sym_aspect_specification, + [49615] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4152), 1, + anon_sym_SEMI, + STATE(1797), 1, + sym_aspect_specification, + [49628] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4154), 1, + aux_sym__package_specification_token2, + STATE(1665), 1, + sym_aspect_specification, + [49641] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, @@ -59558,16 +59578,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, STATE(1489), 1, sym_record_definition, - [49629] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4053), 1, - anon_sym_PIPE, - ACTIONS(4148), 1, - anon_sym_EQ_GT, - STATE(1315), 1, - aux_sym_exception_choice_list_repeat1, - [49642] = 4, + [49654] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1920), 1, @@ -59576,2106 +59587,2097 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, STATE(1478), 1, sym_record_definition, - [49655] = 2, + [49667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49664] = 4, + STATE(1466), 1, + sym__enumeration_literal_specification, + ACTIONS(4156), 2, + sym_identifier, + sym_character_literal, + [49678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 1, + ACTIONS(3867), 1, + anon_sym_COMMA, + ACTIONS(4158), 1, anon_sym_RPAREN, - ACTIONS(4154), 1, - anon_sym_SEMI, - STATE(1361), 1, - aux_sym_discriminant_specification_list_repeat1, - [49677] = 4, + STATE(1379), 1, + aux_sym__enumeration_literal_list_repeat1, + [49691] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4160), 1, + anon_sym_COMMA, + ACTIONS(4162), 1, + anon_sym_RPAREN, + STATE(1266), 1, + aux_sym_global_aspect_definition_repeat1, + [49704] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 1, + aux_sym_primary_null_token1, + ACTIONS(1926), 1, + aux_sym_record_component_association_list_token1, + STATE(1447), 1, + sym_record_definition, + [49717] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4157), 1, + ACTIONS(4164), 1, anon_sym_SEMI, STATE(1732), 1, sym_aspect_specification, - [49690] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4159), 1, - anon_sym_COMMA, - ACTIONS(4161), 1, - anon_sym_RPAREN, - STATE(1262), 1, - aux_sym_global_aspect_definition_repeat1, - [49703] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4159), 1, - anon_sym_COMMA, - ACTIONS(4163), 1, - anon_sym_RPAREN, - STATE(1363), 1, - aux_sym_global_aspect_definition_repeat1, - [49716] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4165), 3, - aux_sym__package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49725] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1469), 1, - sym__enumeration_literal_specification, - ACTIONS(4167), 2, - sym_identifier, - sym_character_literal, - [49736] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3851), 1, - anon_sym_COMMA, - ACTIONS(4169), 1, - anon_sym_RPAREN, - STATE(1377), 1, - aux_sym__enumeration_literal_list_repeat1, - [49749] = 4, + [49730] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4171), 1, + ACTIONS(4166), 1, anon_sym_SEMI, STATE(2026), 1, sym_aspect_specification, - [49762] = 2, + [49743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 3, + ACTIONS(4168), 1, + sym_identifier, + ACTIONS(4170), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [49754] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4172), 1, + anon_sym_SEMI, + STATE(2028), 1, + sym_aspect_specification, + [49767] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4174), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49776] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4176), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49771] = 2, + [49785] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3504), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49780] = 4, + [49794] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4178), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49803] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4180), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49812] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4175), 1, + ACTIONS(4182), 1, anon_sym_SEMI, STATE(1716), 1, sym_aspect_specification, - [49793] = 2, + [49825] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [49802] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4179), 3, + ACTIONS(4184), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49811] = 4, + [49834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, - aux_sym_allocator_token1, - ACTIONS(4181), 1, - aux_sym_with_clause_token1, - ACTIONS(4183), 1, - aux_sym_private_type_declaration_token2, - [49824] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4185), 1, - anon_sym_SEMI, - STATE(1836), 1, - sym_aspect_specification, - [49837] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [49846] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4189), 1, - anon_sym_COMMA, - ACTIONS(4192), 1, - anon_sym_RPAREN, - STATE(1377), 1, - aux_sym__enumeration_literal_list_repeat1, - [49859] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4194), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [49868] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4196), 3, + ACTIONS(4186), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [49877] = 4, + [49843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4198), 1, - anon_sym_SEMI, - STATE(1955), 1, - sym_aspect_specification, - [49890] = 2, + ACTIONS(4188), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 3, + ACTIONS(4190), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49899] = 3, + [49861] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4019), 1, - sym_identifier, - STATE(2132), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [49910] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4202), 1, - sym_identifier, - ACTIONS(4204), 1, - aux_sym_use_clause_token2, - ACTIONS(4206), 1, - aux_sym_package_body_token1, - [49923] = 4, + ACTIONS(4192), 1, + anon_sym_COMMA, + ACTIONS(4195), 1, + anon_sym_RPAREN, + STATE(1379), 1, + aux_sym__enumeration_literal_list_repeat1, + [49874] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4208), 1, + ACTIONS(4197), 1, + anon_sym_SEMI, + STATE(1919), 1, + sym_aspect_specification, + [49887] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4199), 3, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [49896] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3917), 1, + sym_identifier, + STATE(2133), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [49907] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4201), 1, + anon_sym_SEMI, + STATE(1818), 1, + sym_aspect_specification, + [49920] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4186), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49929] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4203), 1, anon_sym_SEMI, STATE(1887), 1, sym_aspect_specification, - [49936] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4196), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49945] = 4, + [49942] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1896), 1, anon_sym_PIPE, - ACTIONS(4210), 1, + ACTIONS(4205), 1, anon_sym_EQ_GT, - STATE(1239), 1, + STATE(1241), 1, aux_sym_component_choice_list_repeat1, - [49958] = 4, + [49955] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4212), 1, + ACTIONS(4207), 1, + anon_sym_SEMI, + STATE(1839), 1, + sym_aspect_specification, + [49968] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3413), 1, + aux_sym_allocator_token1, + ACTIONS(4209), 1, + aux_sym_with_clause_token1, + ACTIONS(4211), 1, + aux_sym_private_type_declaration_token2, + [49981] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4213), 1, anon_sym_SEMI, STATE(1883), 1, sym_aspect_specification, - [49971] = 4, + [49994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3655), 1, - aux_sym_allocator_token1, - ACTIONS(3670), 1, - aux_sym_compilation_unit_token1, - [49984] = 4, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4215), 1, + aux_sym__package_specification_token2, + STATE(1829), 1, + sym_aspect_specification, + [50007] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(2342), 1, + aux_sym_with_clause_token2, + ACTIONS(4217), 1, + anon_sym_SEMI, + STATE(1956), 1, + sym_aspect_specification, + [50020] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4091), 1, anon_sym_COMMA, - ACTIONS(4214), 1, + ACTIONS(4219), 1, anon_sym_RPAREN, STATE(1334), 1, aux_sym_record_component_association_list_repeat2, - [49997] = 3, + [50033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3780), 1, - aux_sym_iterator_filter_token1, - STATE(1209), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [50008] = 2, + ACTIONS(4221), 1, + sym_identifier, + ACTIONS(4223), 1, + aux_sym_use_clause_token2, + ACTIONS(4225), 1, + aux_sym_package_body_token1, + [50046] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [50017] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4218), 3, + ACTIONS(4227), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [50026] = 4, + [50055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, + ACTIONS(4229), 3, + anon_sym_SEMI, aux_sym_with_clause_token2, - ACTIONS(4220), 1, - anon_sym_SEMI, - STATE(1998), 1, - sym_aspect_specification, - [50039] = 2, + aux_sym_expression_token3, + [50064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [50048] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4224), 1, + ACTIONS(3893), 1, anon_sym_SEMI, - STATE(2028), 1, - sym_aspect_specification, - [50061] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3881), 1, - anon_sym_SEMI, - ACTIONS(4226), 1, + ACTIONS(4231), 1, anon_sym_RPAREN, - STATE(1244), 1, + STATE(1249), 1, aux_sym__parameter_specification_list_repeat1, - [50074] = 4, + [50077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3895), 1, + ACTIONS(3913), 1, anon_sym_COMMA, - ACTIONS(4228), 1, + ACTIONS(4233), 1, anon_sym_RPAREN, - STATE(1399), 1, + STATE(1335), 1, aux_sym__discrete_subtype_definition_list_repeat1, - [50087] = 4, + [50090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4230), 1, + ACTIONS(4013), 1, anon_sym_SEMI, - STATE(1876), 1, - sym_aspect_specification, - [50100] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4232), 1, - anon_sym_COMMA, ACTIONS(4235), 1, anon_sym_RPAREN, - STATE(1399), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [50113] = 4, + STATE(1297), 1, + aux_sym_discriminant_specification_list_repeat1, + [50103] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4237), 1, anon_sym_SEMI, - STATE(1996), 1, + STATE(1876), 1, sym_aspect_specification, - [50126] = 4, + [50116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3885), 1, - anon_sym_COMMA, + ACTIONS(3485), 1, + aux_sym_compilation_unit_token1, ACTIONS(4239), 1, - anon_sym_RPAREN, - STATE(1339), 1, - aux_sym__index_subtype_definition_list_repeat1, - [50139] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - aux_sym_with_clause_token2, - ACTIONS(4241), 1, anon_sym_SEMI, - STATE(1995), 1, - sym_aspect_specification, - [50152] = 4, + ACTIONS(4241), 1, + aux_sym_with_clause_token1, + [50129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4063), 1, - anon_sym_PIPE, + ACTIONS(3897), 1, + anon_sym_COMMA, ACTIONS(4243), 1, - anon_sym_EQ_GT, - STATE(1319), 1, - aux_sym_discrete_choice_list_repeat1, - [50165] = 4, + anon_sym_RPAREN, + STATE(1346), 1, + aux_sym__index_subtype_definition_list_repeat1, + [50142] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4245), 1, anon_sym_SEMI, - STATE(1672), 1, + STATE(2001), 1, sym_aspect_specification, - [50178] = 4, + [50155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4247), 1, anon_sym_SEMI, - STATE(1673), 1, + STATE(1810), 1, sym_aspect_specification, - [50191] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4222), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [50200] = 4, + [50168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4249), 1, - aux_sym__package_specification_token2, - STATE(2126), 1, - sym_aspect_specification, - [50213] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4251), 3, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [50222] = 4, + STATE(1672), 1, + sym_aspect_specification, + [50181] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4253), 1, + ACTIONS(4251), 1, anon_sym_SEMI, - STATE(1994), 1, + STATE(1673), 1, sym_aspect_specification, - [50235] = 4, + [50194] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4067), 1, + anon_sym_PIPE, + ACTIONS(4253), 1, + anon_sym_EQ_GT, + STATE(1319), 1, + aux_sym_discrete_choice_list_repeat1, + [50207] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4255), 1, aux_sym__package_specification_token2, - STATE(1786), 1, + STATE(2127), 1, sym_aspect_specification, - [50248] = 2, + [50220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 3, - anon_sym_SEMI, + ACTIONS(2342), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [50257] = 4, + ACTIONS(4257), 1, + anon_sym_SEMI, + STATE(2022), 1, + sym_aspect_specification, + [50233] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4259), 1, anon_sym_SEMI, - STATE(1817), 1, + STATE(1694), 1, sym_aspect_specification, - [50270] = 4, + [50246] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4261), 1, anon_sym_SEMI, - STATE(1809), 1, + STATE(1998), 1, sym_aspect_specification, - [50283] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3944), 1, - anon_sym_COMMA, - ACTIONS(4263), 1, - anon_sym_RPAREN, - STATE(1271), 1, - aux_sym_positional_array_aggregate_repeat1, - [50296] = 4, + [50259] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4265), 1, + ACTIONS(4263), 1, anon_sym_SEMI, - STATE(2020), 1, + STATE(1996), 1, sym_aspect_specification, - [50309] = 2, + [50272] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3946), 1, + anon_sym_COMMA, + ACTIONS(4265), 1, + anon_sym_RPAREN, + STATE(1271), 1, + aux_sym_positional_array_aggregate_repeat1, + [50285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4267), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [50318] = 2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [50294] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3783), 1, + aux_sym_iterator_filter_token1, + STATE(1210), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [50305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4269), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [50314] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4271), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [50327] = 4, + [50323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3481), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4271), 1, + ACTIONS(4273), 3, anon_sym_SEMI, - ACTIONS(4273), 1, - aux_sym_with_clause_token1, - [50340] = 2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [50332] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4269), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [50341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4275), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [50349] = 4, + [50350] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4277), 1, anon_sym_SEMI, - STATE(1918), 1, + STATE(1995), 1, sym_aspect_specification, - [50362] = 4, + [50363] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4279), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [50372] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3360), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3670), 1, + aux_sym_allocator_token1, + ACTIONS(3674), 1, + aux_sym_compilation_unit_token1, + [50385] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4281), 1, + sym_identifier, + ACTIONS(4283), 1, + aux_sym_use_clause_token2, + ACTIONS(4285), 1, + aux_sym_package_body_token1, + [50398] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(4279), 1, + ACTIONS(4287), 1, anon_sym_SEMI, STATE(1867), 1, sym_aspect_specification, - [50375] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4281), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [50384] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4283), 1, - sym_identifier, - ACTIONS(4285), 1, - aux_sym_use_clause_token2, - ACTIONS(4287), 1, - aux_sym_package_body_token1, - [50397] = 4, + [50411] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4289), 1, anon_sym_SEMI, - STATE(1989), 1, + STATE(2081), 1, sym_aspect_specification, - [50410] = 4, + [50424] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1904), 1, + aux_sym_attribute_designator_token1, + STATE(1370), 2, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + [50435] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, ACTIONS(4291), 1, - anon_sym_SEMI, - STATE(2080), 1, + aux_sym__package_specification_token2, + STATE(1786), 1, sym_aspect_specification, - [50423] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1904), 1, - aux_sym_attribute_designator_token1, - STATE(1360), 2, - sym_access_to_subprogram_definition, - sym_access_to_object_definition, - [50434] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3986), 1, - anon_sym_SEMI, - ACTIONS(4293), 1, - anon_sym_RPAREN, - STATE(1286), 1, - aux_sym_discriminant_specification_list_repeat1, - [50447] = 4, + [50448] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2342), 1, aux_sym_with_clause_token2, - ACTIONS(3435), 1, + ACTIONS(4293), 1, anon_sym_SEMI, - STATE(2016), 1, + STATE(1990), 1, sym_aspect_specification, - [50460] = 3, + [50461] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(4160), 1, + anon_sym_COMMA, ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_SEMI, - [50470] = 3, + anon_sym_RPAREN, + STATE(1363), 1, + aux_sym_global_aspect_definition_repeat1, + [50474] = 3, ACTIONS(3), 1, sym_comment, + ACTIONS(4297), 1, + sym_identifier, ACTIONS(4299), 1, anon_sym_SEMI, - ACTIONS(4301), 1, - aux_sym_accept_statement_token2, - [50480] = 3, + [50484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4303), 1, - anon_sym_EQ_GT, - ACTIONS(4306), 1, - anon_sym_PIPE, - [50490] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4308), 1, - sym_identifier, - ACTIONS(4310), 1, + ACTIONS(4301), 2, + anon_sym_RPAREN, anon_sym_SEMI, - [50500] = 2, + [50492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [50508] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4312), 1, - aux_sym_with_clause_token2, - STATE(1442), 1, - sym_record_extension_part, - [50518] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4314), 1, - aux_sym_with_clause_token2, - ACTIONS(4316), 1, - aux_sym_expression_token1, - [50528] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4318), 2, - sym_identifier, - sym_string_literal, - [50536] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4320), 1, - sym_identifier, - ACTIONS(4322), 1, - anon_sym_SEMI, - [50546] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4324), 1, - aux_sym_with_clause_token2, - ACTIONS(4326), 1, - aux_sym_expression_token1, - [50556] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4328), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50564] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4330), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50572] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4332), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50580] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4334), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50588] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4336), 1, - sym_identifier, - ACTIONS(4338), 1, - anon_sym_SEMI, - [50598] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_COMMA, - ACTIONS(4340), 1, - anon_sym_RBRACK, - [50608] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4343), 1, - aux_sym_with_clause_token2, - STATE(1596), 1, - sym_record_extension_part, - [50618] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4345), 1, - sym_identifier, - ACTIONS(4347), 1, - anon_sym_SEMI, - [50628] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4349), 1, - sym_identifier, - ACTIONS(4351), 1, - anon_sym_SEMI, - [50638] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4353), 2, + ACTIONS(4303), 2, aux_sym_iterator_filter_token1, aux_sym__package_specification_token3, - [50646] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4355), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50654] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3358), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3655), 1, - aux_sym_allocator_token1, - [50664] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4357), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50672] = 3, + [50500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, aux_sym__package_specification_token3, ACTIONS(396), 1, aux_sym_subprogram_body_token1, - [50682] = 3, + [50510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, + ACTIONS(4305), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50518] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4307), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50526] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4309), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3360), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3670), 1, + aux_sym_allocator_token1, + [50544] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4311), 1, + aux_sym_with_clause_token2, + STATE(1595), 1, + sym_record_extension_part, + [50554] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_SEMI, + [50564] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4317), 1, + sym_identifier, + ACTIONS(4319), 1, + anon_sym_SEMI, + [50574] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4321), 1, + sym_identifier, + ACTIONS(4323), 1, + anon_sym_SEMI, + [50584] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4325), 1, + sym_identifier, + ACTIONS(4327), 1, + anon_sym_SEMI, + [50594] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4329), 1, + sym_identifier, + ACTIONS(4331), 1, + anon_sym_SEMI, + [50604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3978), 1, + anon_sym_COMMA, + ACTIONS(4333), 1, + anon_sym_RBRACK, + [50614] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4336), 1, + sym_identifier, + ACTIONS(4338), 1, + anon_sym_SEMI, + [50624] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4340), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50632] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4342), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4344), 1, + aux_sym_with_clause_token2, + ACTIONS(4346), 1, + aux_sym_expression_token1, + [50650] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4348), 1, + anon_sym_SEMI, + ACTIONS(4350), 1, + aux_sym__package_specification_token2, + [50660] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3308), 1, aux_sym_iterator_filter_token1, STATE(2032), 1, sym_entry_barrier, - [50692] = 3, + [50670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - aux_sym_allocator_token1, - ACTIONS(3358), 1, - aux_sym_interface_type_definition_token2, - [50702] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4312), 1, + ACTIONS(4352), 2, + anon_sym_SEMI, aux_sym_with_clause_token2, - STATE(1503), 1, + [50678] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4354), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50686] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4356), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50694] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4358), 1, + sym_identifier, + ACTIONS(4360), 1, + anon_sym_SEMI, + [50704] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4362), 2, + sym_identifier, + sym_string_literal, + [50712] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4364), 1, + sym_identifier, + ACTIONS(4366), 1, + anon_sym_SEMI, + [50722] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4368), 1, + aux_sym_with_clause_token2, + ACTIONS(4370), 1, + aux_sym_expression_token1, + [50732] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4372), 1, + aux_sym_with_clause_token2, + STATE(1446), 1, sym_record_extension_part, - [50712] = 2, + [50742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4359), 2, - anon_sym_SEMI, + ACTIONS(4372), 1, aux_sym_with_clause_token2, - [50720] = 2, + STATE(1484), 1, + sym_record_extension_part, + [50752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50728] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4363), 2, + ACTIONS(4374), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50736] = 3, + [50760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4365), 1, - sym_identifier, - ACTIONS(4367), 1, + ACTIONS(4376), 1, anon_sym_SEMI, - [50746] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - sym_identifier, - ACTIONS(4371), 1, - anon_sym_SEMI, - [50756] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4373), 1, - anon_sym_SEMI, - ACTIONS(4375), 1, + ACTIONS(4378), 1, aux_sym__package_specification_token2, - [50766] = 2, + [50770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50774] = 2, + ACTIONS(4380), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [50778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4381), 1, - sym_identifier, - ACTIONS(4383), 1, - anon_sym_SEMI, - [50792] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4385), 1, - anon_sym_SEMI, - ACTIONS(4387), 1, - aux_sym__package_specification_token2, - [50802] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4389), 2, + ACTIONS(4382), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50810] = 2, + [50786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 2, + ACTIONS(4384), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50818] = 3, + [50794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4393), 1, + ACTIONS(4386), 1, sym_identifier, - ACTIONS(4395), 1, + ACTIONS(4388), 1, anon_sym_SEMI, - [50828] = 2, + [50804] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4192), 2, + ACTIONS(4195), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50836] = 3, + [50812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4397), 1, - aux_sym_expression_token3, - ACTIONS(4399), 1, - aux_sym_expression_token4, - [50846] = 3, + ACTIONS(4390), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [50820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4401), 1, + ACTIONS(3698), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4392), 1, + aux_sym_with_clause_token1, + [50830] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4394), 1, sym_identifier, - ACTIONS(4403), 1, + ACTIONS(4396), 1, anon_sym_SEMI, - [50856] = 3, + [50840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 1, + ACTIONS(4380), 1, + anon_sym_PIPE, + ACTIONS(4398), 1, + anon_sym_EQ_GT, + [50850] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4281), 1, sym_identifier, - ACTIONS(4204), 1, - aux_sym_use_clause_token2, - [50866] = 3, - ACTIONS(3), 1, - sym_comment, ACTIONS(4283), 1, - sym_identifier, - ACTIONS(4285), 1, aux_sym_use_clause_token2, - [50876] = 2, + [50860] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4401), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50868] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4221), 1, + sym_identifier, + ACTIONS(4223), 1, + aux_sym_use_clause_token2, + [50878] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4403), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50886] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3308), 1, + aux_sym_iterator_filter_token1, + STATE(1900), 1, + sym_entry_barrier, + [50896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4405), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [50884] = 2, + [50904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3726), 2, + ACTIONS(4407), 1, anon_sym_SEMI, + ACTIONS(4409), 1, aux_sym_accept_statement_token2, - [50892] = 2, + [50914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 2, + ACTIONS(4411), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [50900] = 3, + [50922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, - aux_sym_iterator_filter_token1, - STATE(1900), 1, - sym_entry_barrier, - [50910] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4409), 2, - anon_sym_SEMI, + ACTIONS(4413), 1, aux_sym_with_clause_token2, - [50918] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4411), 1, - aux_sym_with_clause_token2, - STATE(1442), 1, + STATE(1446), 1, sym_record_extension_part, - [50928] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3713), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [50936] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4413), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [50944] = 3, + [50932] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4415), 1, - sym_identifier, + aux_sym_expression_token3, ACTIONS(4417), 1, - anon_sym_SEMI, - [50954] = 3, + aux_sym_expression_token4, + [50942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4419), 1, - aux_sym_with_clause_token1, - [50964] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4421), 2, + ACTIONS(3718), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50972] = 2, + [50950] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4419), 1, + sym_identifier, + ACTIONS(4421), 1, + anon_sym_SEMI, + [50960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4423), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50980] = 2, + [50968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4425), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [50988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2925), 1, - aux_sym_result_profile_token1, - STATE(894), 1, - sym_result_profile, - [50998] = 2, + [50976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4427), 2, + anon_sym_RPAREN, anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51006] = 2, + [50984] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3742), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4429), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51014] = 3, + anon_sym_COMMA, + anon_sym_RPAREN, + [51000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 1, + ACTIONS(2926), 1, + aux_sym_result_profile_token1, + STATE(895), 1, + sym_result_profile, + [51010] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4431), 2, + anon_sym_SEMI, aux_sym_with_clause_token2, + [51018] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(4433), 1, - aux_sym_expression_token1, - [51024] = 3, - ACTIONS(3), 1, - sym_comment, + aux_sym_with_clause_token2, ACTIONS(4435), 1, - sym_identifier, - ACTIONS(4437), 1, - anon_sym_SEMI, - [51034] = 2, + aux_sym_expression_token1, + [51028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 2, + ACTIONS(4437), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51036] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4439), 1, + sym_identifier, + ACTIONS(4441), 1, + anon_sym_SEMI, + [51046] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4443), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51054] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4445), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51042] = 2, + [51062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 2, - anon_sym_RPAREN, + ACTIONS(3740), 2, anon_sym_SEMI, - [51050] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4443), 1, - sym_identifier, - ACTIONS(4445), 1, - anon_sym_SEMI, - [51060] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4152), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51068] = 3, + aux_sym_accept_statement_token2, + [51070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4447), 1, sym_identifier, ACTIONS(4449), 1, anon_sym_SEMI, - [51078] = 3, + [51080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4451), 1, - sym_identifier, - ACTIONS(4453), 1, - anon_sym_SEMI, - [51088] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3745), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51096] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3726), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51104] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4455), 1, - sym_identifier, - ACTIONS(4457), 1, - anon_sym_SEMI, - [51114] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4459), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51122] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4142), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51130] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4461), 2, + ACTIONS(4451), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51138] = 3, + [51088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 1, + ACTIONS(4453), 1, sym_identifier, - ACTIONS(4465), 1, + ACTIONS(4455), 1, anon_sym_SEMI, - [51148] = 2, + [51098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 2, + ACTIONS(4457), 1, + aux_sym__package_specification_token3, + ACTIONS(4459), 1, + aux_sym_exception_declaration_token1, + [51108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4461), 1, + sym_identifier, + ACTIONS(4463), 1, + anon_sym_SEMI, + [51118] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3740), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51126] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4465), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51134] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4146), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51142] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4467), 1, + sym_identifier, + ACTIONS(4469), 1, + anon_sym_SEMI, + [51152] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4471), 2, aux_sym_iterator_filter_token1, aux_sym__package_specification_token3, - [51156] = 2, + [51160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 2, + ACTIONS(4129), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51164] = 2, + [51168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4135), 2, + ACTIONS(4139), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51172] = 2, + [51176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4469), 2, + ACTIONS(4473), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51180] = 3, + [51184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 1, - sym_identifier, - ACTIONS(4473), 1, + ACTIONS(4124), 2, + anon_sym_RPAREN, anon_sym_SEMI, - [51190] = 3, + [51192] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3328), 1, + aux_sym_allocator_token1, + ACTIONS(3360), 1, + aux_sym_interface_type_definition_token2, + [51202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4475), 1, - sym_identifier, - ACTIONS(4477), 1, - anon_sym_SEMI, - [51200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4479), 1, anon_sym_COMMA, - ACTIONS(4481), 1, - anon_sym_RPAREN, - [51210] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4484), 1, - sym_identifier, - ACTIONS(4486), 1, - anon_sym_SEMI, - [51220] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4488), 1, - anon_sym_COMMA, - STATE(1138), 1, + STATE(1139), 1, aux_sym_positional_array_aggregate_repeat1, - [51230] = 2, + [51212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51238] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4492), 1, + ACTIONS(4477), 1, sym_identifier, - ACTIONS(4494), 1, + ACTIONS(4479), 1, anon_sym_SEMI, - [51248] = 3, + [51222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 1, + ACTIONS(4481), 1, + sym_identifier, + ACTIONS(4483), 1, anon_sym_SEMI, - ACTIONS(4498), 1, + [51232] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4485), 1, + sym_identifier, + ACTIONS(4487), 1, + anon_sym_SEMI, + [51242] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4489), 1, + anon_sym_SEMI, + ACTIONS(4491), 1, aux_sym_accept_statement_token2, - [51258] = 2, + [51252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4500), 2, + ACTIONS(4493), 1, + sym_identifier, + ACTIONS(4495), 1, + anon_sym_SEMI, + [51262] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4497), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51270] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4499), 1, + sym_identifier, + ACTIONS(4501), 1, + anon_sym_SEMI, + [51280] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4503), 1, aux_sym_chunk_specification_token1, + ACTIONS(4505), 1, aux_sym_iterator_specification_token1, - [51266] = 2, + [51290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 2, + ACTIONS(4120), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51274] = 3, + [51298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4502), 1, - aux_sym_chunk_specification_token1, - ACTIONS(4504), 1, - aux_sym_iterator_specification_token1, - [51284] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4506), 1, + ACTIONS(4507), 1, sym_identifier, - ACTIONS(4508), 1, + ACTIONS(4509), 1, anon_sym_SEMI, - [51294] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4510), 1, - aux_sym__package_specification_token3, - ACTIONS(4512), 1, - aux_sym_exception_declaration_token1, - [51304] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4101), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [51312] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3300), 1, - aux_sym_iterator_filter_token1, - STATE(1755), 1, - sym_entry_barrier, - [51322] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4514), 1, - anon_sym_LPAREN, - ACTIONS(4516), 1, - anon_sym_SEMI, - [51332] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4518), 1, - aux_sym__package_specification_token3, - ACTIONS(4520), 1, - aux_sym_subprogram_body_token1, - [51342] = 2, + [51308] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2498), 2, aux_sym_iterator_filter_token1, aux_sym__package_specification_token3, - [51350] = 2, + [51316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3762), 2, + ACTIONS(3308), 1, + aux_sym_iterator_filter_token1, + STATE(1755), 1, + sym_entry_barrier, + [51326] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3753), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [51358] = 3, + [51334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4522), 1, + ACTIONS(4511), 1, sym_identifier, - ACTIONS(4524), 1, + ACTIONS(4513), 1, anon_sym_SEMI, - [51368] = 2, + [51344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3756), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51376] = 2, + ACTIONS(4102), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [51352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4526), 2, + ACTIONS(4515), 1, + anon_sym_LPAREN, + ACTIONS(4517), 1, + anon_sym_SEMI, + [51362] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4519), 1, + sym_identifier, + ACTIONS(4521), 1, + anon_sym_SEMI, + [51372] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4523), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51380] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4525), 1, + sym_identifier, + ACTIONS(4527), 1, + anon_sym_SEMI, + [51390] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4529), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51384] = 2, + [51398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4528), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51392] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3580), 2, + ACTIONS(3585), 2, anon_sym_RPAREN, anon_sym_SEMI, - [51400] = 3, + [51406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4530), 1, + ACTIONS(4531), 1, + aux_sym__package_specification_token3, + ACTIONS(4533), 1, + aux_sym_subprogram_body_token1, + [51416] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3583), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51424] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4535), 1, + anon_sym_SEMI, + ACTIONS(4537), 1, + aux_sym__package_specification_token2, + [51434] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4540), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51442] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3765), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51450] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4542), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4532), 1, + ACTIONS(4544), 1, aux_sym_access_to_subprogram_definition_token3, - [51410] = 2, + [51460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3578), 2, + ACTIONS(4546), 2, anon_sym_RPAREN, anon_sym_SEMI, - [51418] = 3, + [51468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(526), 1, aux_sym_iterated_element_association_token1, - STATE(1966), 1, + STATE(1970), 1, sym_iterated_element_association, - [51428] = 3, + [51478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4534), 1, - sym_identifier, - ACTIONS(4536), 1, - anon_sym_SEMI, - [51438] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4538), 1, - anon_sym_SEMI, - ACTIONS(4540), 1, - aux_sym__package_specification_token2, - [51448] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4543), 2, + ACTIONS(4548), 1, + anon_sym_COMMA, + ACTIONS(4550), 1, anon_sym_RPAREN, - anon_sym_SEMI, - [51456] = 3, + [51488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 1, + ACTIONS(4553), 1, aux_sym_compilation_unit_token1, - ACTIONS(4547), 1, + ACTIONS(4555), 1, aux_sym_with_clause_token1, - [51466] = 3, + [51498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(4557), 1, anon_sym_SEMI, - ACTIONS(4551), 1, - aux_sym__package_specification_token2, - [51476] = 2, + ACTIONS(4559), 1, + aux_sym_accept_statement_token2, + [51508] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3318), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51484] = 3, + [51516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4553), 1, - anon_sym_SEMI, - ACTIONS(4555), 1, - aux_sym_accept_statement_token2, - [51494] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4557), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51502] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4559), 1, - sym_identifier, ACTIONS(4561), 1, anon_sym_SEMI, - [51512] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4563), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51520] = 3, + ACTIONS(4563), 1, + aux_sym__package_specification_token2, + [51526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2451), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2453), 1, aux_sym_access_to_subprogram_definition_token3, - [51530] = 2, + [51536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4565), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51538] = 2, + [51544] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 2, + ACTIONS(4054), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51546] = 3, + [51552] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4567), 1, sym_identifier, ACTIONS(4569), 1, anon_sym_SEMI, - [51556] = 3, + [51562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, - aux_sym_iterator_filter_token1, - STATE(2062), 1, - sym_entry_barrier, - [51566] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4039), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51574] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51582] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4571), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51590] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4573), 1, + ACTIONS(4571), 1, sym_identifier, - ACTIONS(4575), 1, + ACTIONS(4573), 1, anon_sym_SEMI, - [51600] = 2, + [51572] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4575), 2, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + [51580] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4045), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51588] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4577), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51596] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4050), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4579), 1, + sym_identifier, + ACTIONS(4581), 1, + anon_sym_SEMI, + [51614] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4583), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51622] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3308), 1, + aux_sym_iterator_filter_token1, + STATE(2063), 1, + sym_entry_barrier, + [51632] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4585), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51608] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4579), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51616] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4581), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51624] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4583), 1, - sym_identifier, - ACTIONS(4585), 1, - anon_sym_SEMI, - [51634] = 2, + [51640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4587), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51648] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4589), 1, + sym_identifier, + ACTIONS(4591), 1, + anon_sym_SEMI, + [51658] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4593), 1, + aux_sym_iterator_filter_token1, + STATE(1503), 1, + sym_case_expression_alternative, + [51668] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4595), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51642] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4589), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51650] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4591), 1, - aux_sym_iterator_filter_token1, - STATE(1502), 1, - sym_case_expression_alternative, - [51660] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3795), 1, - anon_sym_SEMI, - ACTIONS(3797), 1, - aux_sym__package_specification_token2, - [51670] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4593), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51678] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4595), 1, - sym_identifier, - STATE(470), 1, - sym_reduction_attribute_designator, - [51688] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3807), 1, - anon_sym_COMMA, - ACTIONS(3809), 1, - anon_sym_RPAREN, - [51698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3567), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51706] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4589), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51714] = 2, + [51676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4597), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51722] = 2, + [51684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 2, + ACTIONS(4599), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51692] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4601), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51700] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3798), 1, + anon_sym_SEMI, + ACTIONS(3800), 1, + aux_sym__package_specification_token2, + [51710] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3563), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51718] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4603), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51730] = 3, + [51726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4600), 1, - sym_identifier, - ACTIONS(4602), 1, - anon_sym_SEMI, - [51740] = 3, + ACTIONS(3999), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4604), 1, - sym_identifier, ACTIONS(4606), 1, + sym_identifier, + STATE(470), 1, + sym_reduction_attribute_designator, + [51744] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4608), 1, + sym_identifier, + ACTIONS(4610), 1, anon_sym_SEMI, - [51750] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4608), 2, - aux_sym_iterator_filter_token1, - aux_sym__package_specification_token3, - [51758] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4610), 2, - aux_sym_iterator_filter_token1, - aux_sym__package_specification_token3, - [51766] = 3, + [51754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4612), 1, - anon_sym_SEMI, + sym_identifier, ACTIONS(4614), 1, - aux_sym__package_specification_token2, - [51776] = 2, + anon_sym_SEMI, + [51764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4616), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [51784] = 3, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + [51772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4618), 1, - aux_sym_iterated_element_association_token2, + anon_sym_SEMI, ACTIONS(4620), 1, - anon_sym_EQ_GT, - [51794] = 2, + aux_sym__package_specification_token2, + [51782] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4599), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51790] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3967), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4622), 2, aux_sym_iterator_filter_token1, aux_sym__package_specification_token3, - [51802] = 3, + [51806] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3810), 1, + anon_sym_COMMA, + ACTIONS(3812), 1, + anon_sym_RPAREN, + [51816] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4624), 1, - sym_identifier, + aux_sym_iterated_element_association_token2, ACTIONS(4626), 1, - anon_sym_SEMI, - [51812] = 2, + anon_sym_EQ_GT, + [51826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3957), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51820] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4628), 2, - aux_sym_iterator_filter_token1, - aux_sym__package_specification_token3, - [51828] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4630), 1, + ACTIONS(4628), 1, sym_identifier, - ACTIONS(4632), 1, + ACTIONS(4630), 1, anon_sym_SEMI, - [51838] = 2, + [51836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4634), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4632), 1, + sym_identifier, + ACTIONS(4634), 1, + anon_sym_SEMI, [51846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4636), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, [51854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3920), 2, + ACTIONS(4638), 2, anon_sym_COMMA, anon_sym_RPAREN, - [51862] = 3, + [51862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4312), 1, + ACTIONS(4640), 2, + anon_sym_SEMI, aux_sym_with_clause_token2, - STATE(1596), 1, - sym_record_extension_part, - [51872] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4591), 1, - aux_sym_iterator_filter_token1, - STATE(1264), 1, - sym_case_expression_alternative, - [51882] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3970), 2, - anon_sym_COMMA, - anon_sym_COLON, - [51890] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3405), 1, - anon_sym_SEMI, - ACTIONS(4093), 1, - aux_sym__package_specification_token2, - [51900] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4638), 1, - sym_identifier, - ACTIONS(4640), 1, - anon_sym_SEMI, - [51910] = 2, + [51870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4642), 2, - sym_identifier, - sym_string_literal, - [51918] = 3, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + [51878] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3934), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51886] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3972), 2, + anon_sym_COMMA, + anon_sym_COLON, + [51894] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4593), 1, + aux_sym_iterator_filter_token1, + STATE(1264), 1, + sym_case_expression_alternative, + [51904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4644), 1, sym_identifier, ACTIONS(4646), 1, anon_sym_SEMI, - [51928] = 3, + [51914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4648), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4650), 1, + ACTIONS(3401), 1, + anon_sym_SEMI, + ACTIONS(4107), 1, + aux_sym__package_specification_token2, + [51924] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4648), 2, + sym_identifier, + sym_string_literal, + [51932] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4650), 2, + anon_sym_SEMI, aux_sym_with_clause_token2, - [51938] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3481), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3649), 1, - aux_sym_allocator_token1, - [51948] = 3, + [51940] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4652), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4654), 1, aux_sym_with_clause_token2, - STATE(1503), 1, - sym_record_extension_part, - [51958] = 2, + [51950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4654), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51966] = 2, + ACTIONS(3485), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3653), 1, + aux_sym_allocator_token1, + [51960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4656), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51974] = 2, + [51968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4658), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51976] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3880), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51984] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4660), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51982] = 3, + [51992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4660), 1, - aux_sym_access_to_subprogram_definition_token2, ACTIONS(4662), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(4664), 1, aux_sym_access_to_subprogram_definition_token3, - [51992] = 2, + [52002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4664), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [52000] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3863), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [52008] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4571), 1, - anon_sym_COMMA, ACTIONS(4666), 1, + aux_sym_with_clause_token2, + STATE(1484), 1, + sym_record_extension_part, + [52012] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4577), 1, + anon_sym_COMMA, + ACTIONS(4668), 1, anon_sym_RPAREN, - [52018] = 3, + [52022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4669), 1, - sym_identifier, ACTIONS(4671), 1, + sym_identifier, + ACTIONS(4673), 1, anon_sym_SEMI, - [52028] = 2, + [52032] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4673), 2, + ACTIONS(4675), 2, anon_sym_COMMA, anon_sym_RPAREN, - [52036] = 3, + [52040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - sym_identifier, - ACTIONS(4677), 1, - anon_sym_SEMI, - [52046] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4679), 1, - sym_identifier, - [52053] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4681), 1, + ACTIONS(4372), 1, aux_sym_with_clause_token2, + STATE(1595), 1, + sym_record_extension_part, + [52050] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4677), 1, + sym_identifier, + ACTIONS(4679), 1, + anon_sym_SEMI, [52060] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4683), 1, - aux_sym__package_specification_token3, + ACTIONS(4681), 1, + sym_identifier, [52067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4685), 1, - aux_sym_subprogram_body_token1, + ACTIONS(4683), 1, + aux_sym_with_clause_token2, [52074] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 1, - anon_sym_SEMI, + ACTIONS(4685), 1, + aux_sym__package_specification_token3, [52081] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4687), 1, + aux_sym_subprogram_body_token1, + [52088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4689), 1, anon_sym_SEMI, - [52088] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4691), 1, - aux_sym__package_specification_token3, [52095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4693), 1, + ACTIONS(4691), 1, anon_sym_SEMI, [52102] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4695), 1, - anon_sym_SEMI, + ACTIONS(4693), 1, + aux_sym__package_specification_token3, [52109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 1, - anon_sym_LT_GT, + ACTIONS(4695), 1, + anon_sym_SEMI, [52116] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4699), 1, - aux_sym_compilation_unit_token1, + ACTIONS(4697), 1, + anon_sym_SEMI, [52123] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4701), 1, - anon_sym_LPAREN, + ACTIONS(4699), 1, + anon_sym_LT_GT, [52130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4703), 1, + ACTIONS(4701), 1, aux_sym_compilation_unit_token1, [52137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4705), 1, - aux_sym_iterated_element_association_token2, + ACTIONS(4703), 1, + anon_sym_LPAREN, [52144] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4705), 1, + aux_sym_compilation_unit_token1, + [52151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4707), 1, aux_sym_iterated_element_association_token2, - [52151] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4709), 1, - anon_sym_SEMI, [52158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, - sym_tick, + ACTIONS(4709), 1, + aux_sym_iterated_element_association_token2, [52165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, + ACTIONS(4711), 1, anon_sym_SEMI, [52172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4715), 1, + ACTIONS(4713), 1, anon_sym_SEMI, [52179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4717), 1, + ACTIONS(4715), 1, anon_sym_SEMI, [52186] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3972), 1, - anon_sym_SEMI, + ACTIONS(4717), 1, + sym_tick, [52193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(3976), 1, anon_sym_SEMI, [52200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, - aux_sym_primary_null_token1, + ACTIONS(4719), 1, + anon_sym_SEMI, [52207] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4721), 1, + anon_sym_SEMI, + [52214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4723), 1, anon_sym_EQ_GT, - [52214] = 2, + [52221] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4725), 1, aux_sym_if_expression_token1, - [52221] = 2, + [52228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(4015), 1, anon_sym_RPAREN, - [52228] = 2, + [52235] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4727), 1, anon_sym_SEMI, - [52235] = 2, + [52242] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4729), 1, aux_sym__package_specification_token3, - [52242] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_RBRACK, [52249] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4731), 1, - anon_sym_RPAREN, + aux_sym_primary_null_token1, [52256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4733), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, [52263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(344), 1, - aux_sym_subprogram_body_token1, + ACTIONS(4733), 1, + anon_sym_RPAREN, [52270] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4735), 1, - anon_sym_EQ_GT, + anon_sym_RPAREN, [52277] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(344), 1, + aux_sym_subprogram_body_token1, + [52284] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4737), 1, anon_sym_RPAREN, - [52284] = 2, + [52291] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4739), 1, anon_sym_EQ_GT, - [52291] = 2, + [52298] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4741), 1, anon_sym_SEMI, - [52298] = 2, + [52305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4743), 1, anon_sym_SEMI, - [52305] = 2, + [52312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4745), 1, - anon_sym_RPAREN, - [52312] = 2, + anon_sym_EQ_GT, + [52319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4747), 1, aux_sym_asynchronous_select_token1, - [52319] = 2, + [52326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4749), 1, aux_sym__package_specification_token3, - [52326] = 2, + [52333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4751), 1, - anon_sym_SEMI, - [52333] = 2, + anon_sym_RPAREN, + [52340] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4753), 1, aux_sym_loop_statement_token1, - [52340] = 2, + [52347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4755), 1, anon_sym_SEMI, - [52347] = 2, + [52354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4757), 1, anon_sym_SEMI, - [52354] = 2, + [52361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4759), 1, anon_sym_SEMI, - [52361] = 2, + [52368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4761), 1, - aux_sym_if_expression_token1, - [52368] = 2, + anon_sym_SEMI, + [52375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4763), 1, aux_sym_asynchronous_select_token2, - [52375] = 2, + [52382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4765), 1, anon_sym_SEMI, - [52382] = 2, + [52389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4767), 1, aux_sym_if_expression_token1, - [52389] = 2, + [52396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4769), 1, aux_sym_if_expression_token1, - [52396] = 2, + [52403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4771), 1, aux_sym_if_expression_token1, - [52403] = 2, + [52410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4773), 1, anon_sym_SEMI, - [52410] = 2, + [52417] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4775), 1, anon_sym_SEMI, - [52417] = 2, + [52424] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4777), 1, aux_sym_if_expression_token1, - [52424] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4779), 1, - anon_sym_SEMI, [52431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4781), 1, + ACTIONS(4779), 1, aux_sym_if_expression_token1, [52438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_SEMI, [52445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4785), 1, - anon_sym_RPAREN, + ACTIONS(4783), 1, + aux_sym_if_expression_token1, [52452] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4785), 1, + anon_sym_SEMI, + [52459] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4787), 1, anon_sym_RPAREN, - [52459] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4789), 1, - aux_sym__package_specification_token2, [52466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4524), 1, - anon_sym_SEMI, + ACTIONS(4789), 1, + anon_sym_RPAREN, [52473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4791), 1, - aux_sym_asynchronous_select_token1, + aux_sym__package_specification_token2, [52480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4793), 1, - aux_sym__package_specification_token2, + aux_sym_asynchronous_select_token1, [52487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 1, - anon_sym_DOT_DOT, + ACTIONS(4521), 1, + anon_sym_SEMI, [52494] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4795), 1, - anon_sym_SEMI, + aux_sym__package_specification_token2, [52501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4797), 1, - aux_sym_with_clause_token2, + ACTIONS(2293), 1, + anon_sym_DOT_DOT, [52508] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4797), 1, + anon_sym_SEMI, + [52515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4799), 1, aux_sym_asynchronous_select_token2, - [52515] = 2, + [52522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4801), 1, anon_sym_SEMI, - [52522] = 2, + [52529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4803), 1, anon_sym_SEMI, - [52529] = 2, + [52536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4805), 1, - anon_sym_SEMI, - [52536] = 2, + aux_sym_with_clause_token2, + [52543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4807), 1, anon_sym_RPAREN, - [52543] = 2, + [52550] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4809), 1, anon_sym_SEMI, - [52550] = 2, + [52557] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4811), 1, anon_sym_SEMI, - [52557] = 2, + [52564] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4813), 1, anon_sym_SEMI, - [52564] = 2, + [52571] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4815), 1, anon_sym_EQ_GT, - [52571] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4486), 1, - anon_sym_SEMI, [52578] = 2, ACTIONS(3), 1, sym_comment, @@ -61685,542 +61687,542 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(4819), 1, - anon_sym_EQ_GT, + anon_sym_SEMI, [52592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 1, + ACTIONS(4479), 1, anon_sym_SEMI, [52599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4614), 1, - aux_sym__package_specification_token2, + ACTIONS(4821), 1, + anon_sym_SEMI, [52606] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4823), 1, - anon_sym_SEMI, + anon_sym_EQ_GT, [52613] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4620), 1, + aux_sym__package_specification_token2, + [52620] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4825), 1, anon_sym_SEMI, - [52620] = 2, + [52627] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4827), 1, - aux_sym_compilation_unit_token1, - [52627] = 2, + anon_sym_SEMI, + [52634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4829), 1, aux_sym__package_specification_token3, - [52634] = 2, + [52641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4831), 1, sym_identifier, - [52641] = 2, + [52648] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4833), 1, anon_sym_LPAREN, - [52648] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4835), 1, - aux_sym_subunit_token1, [52655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4835), 1, aux_sym_compilation_unit_token1, [52662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4157), 1, - anon_sym_SEMI, + ACTIONS(4837), 1, + aux_sym_subunit_token1, [52669] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 1, - aux_sym__package_specification_token2, + aux_sym_compilation_unit_token1, [52676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, - anon_sym_DOT_DOT, + ACTIONS(4164), 1, + anon_sym_SEMI, [52683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, - anon_sym_SEMI, + ACTIONS(4841), 1, + aux_sym__package_specification_token2, [52690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, - aux_sym__package_specification_token3, + ACTIONS(4843), 1, + anon_sym_DOT_DOT, [52697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, - anon_sym_RPAREN, + ACTIONS(4845), 1, + anon_sym_SEMI, [52704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 1, - anon_sym_SEMI, + ACTIONS(4847), 1, + aux_sym__package_specification_token3, [52711] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4849), 1, - anon_sym_COLON, + ACTIONS(3524), 1, + anon_sym_SEMI, [52718] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4849), 1, anon_sym_RPAREN, [52725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, - aux_sym_record_component_association_list_token1, + ACTIONS(4851), 1, + anon_sym_COLON, [52732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 1, - aux_sym_range_attribute_designator_token1, + ACTIONS(4853), 1, + anon_sym_RPAREN, [52739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4857), 1, - anon_sym_SEMI, + ACTIONS(4855), 1, + aux_sym_record_component_association_list_token1, [52746] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4857), 1, + aux_sym_range_attribute_designator_token1, + [52753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4859), 1, aux_sym_chunk_specification_token1, - [52753] = 2, + [52760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4861), 1, - anon_sym_EQ_GT, - [52760] = 2, + anon_sym_SEMI, + [52767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4863), 1, aux_sym__package_specification_token3, - [52767] = 2, + [52774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4865), 1, - sym_tick, - [52774] = 2, + anon_sym_EQ_GT, + [52781] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4867), 1, anon_sym_RBRACK, - [52781] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4869), 1, - anon_sym_SEMI, [52788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, - aux_sym_record_component_association_list_token1, + ACTIONS(4869), 1, + sym_tick, [52795] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - aux_sym_interface_type_definition_token2, + ACTIONS(4871), 1, + anon_sym_SEMI, [52802] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4873), 1, - aux_sym__package_specification_token3, + aux_sym_record_component_association_list_token1, [52809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 1, - anon_sym_SEMI, + ACTIONS(3360), 1, + aux_sym_interface_type_definition_token2, [52816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4875), 1, - anon_sym_SEMI, + aux_sym__package_specification_token3, [52823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4360), 1, anon_sym_SEMI, [52830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4877), 1, anon_sym_SEMI, [52837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(4879), 1, anon_sym_SEMI, [52844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4249), 1, - aux_sym__package_specification_token2, + ACTIONS(4881), 1, + anon_sym_SEMI, [52851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4883), 1, - aux_sym__package_specification_token3, + anon_sym_SEMI, [52858] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4885), 1, - anon_sym_SEMI, + aux_sym__package_specification_token3, [52865] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym__package_specification_token2, + [52872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4887), 1, anon_sym_SEMI, - [52872] = 2, + [52879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4889), 1, - anon_sym_COLON, - [52879] = 2, + anon_sym_SEMI, + [52886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4891), 1, anon_sym_EQ_GT, - [52886] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4230), 1, - anon_sym_SEMI, [52893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4893), 1, - aux_sym_iterator_specification_token1, + ACTIONS(4237), 1, + anon_sym_SEMI, [52900] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4893), 1, + anon_sym_COLON, + [52907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4895), 1, aux_sym_iterator_specification_token1, - [52907] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4897), 1, - anon_sym_LT_GT, [52914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4247), 1, - anon_sym_SEMI, + ACTIONS(4897), 1, + aux_sym_iterator_specification_token1, [52921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4899), 1, - anon_sym_RPAREN, + anon_sym_LT_GT, [52928] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4251), 1, + anon_sym_SEMI, + [52935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4867), 1, anon_sym_RPAREN, - [52935] = 2, + [52942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4208), 1, + ACTIONS(4203), 1, anon_sym_SEMI, - [52942] = 2, + [52949] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4901), 1, aux_sym_compilation_unit_token1, - [52949] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4903), 1, - anon_sym_SEMI, [52956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4905), 1, - aux_sym__package_specification_token3, + ACTIONS(4903), 1, + anon_sym_RPAREN, [52963] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4905), 1, + anon_sym_SEMI, + [52970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, aux_sym_with_clause_token2, - [52970] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4909), 1, - anon_sym_SEMI, [52977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4911), 1, - aux_sym_if_expression_token1, + ACTIONS(4909), 1, + aux_sym__package_specification_token3, [52984] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4911), 1, + anon_sym_SEMI, + [52991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4913), 1, anon_sym_RPAREN, - [52991] = 2, + [52998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4915), 1, aux_sym_if_expression_token1, - [52998] = 2, + [53005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4917), 1, - sym_identifier, - [53005] = 2, + aux_sym_if_expression_token1, + [53012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4919), 1, anon_sym_EQ_GT, - [53012] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3316), 1, - anon_sym_RPAREN, [53019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(3316), 1, anon_sym_RPAREN, [53026] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4921), 1, - aux_sym_if_expression_token1, + sym_identifier, [53033] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4093), 1, + anon_sym_RPAREN, + [53040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4923), 1, anon_sym_SEMI, - [53040] = 2, + [53047] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4925), 1, anon_sym_SEMI, - [53047] = 2, + [53054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4927), 1, anon_sym_SEMI, - [53054] = 2, + [53061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4929), 1, - aux_sym_expression_token2, - [53061] = 2, + aux_sym_if_expression_token1, + [53068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4931), 1, aux_sym_with_clause_token2, - [53068] = 2, + [53075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 1, - anon_sym_RPAREN, - [53075] = 2, + aux_sym_expression_token2, + [53082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4935), 1, sym_identifier, - [53082] = 2, + [53089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4937), 1, anon_sym_RPAREN, - [53089] = 2, + [53096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4939), 1, aux_sym__package_specification_token2, - [53096] = 2, + [53103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4941), 1, aux_sym__package_specification_token2, - [53103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4943), 1, - sym_identifier, [53110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4945), 1, - anon_sym_SEMI, + ACTIONS(4943), 1, + anon_sym_RPAREN, [53117] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4945), 1, + sym_identifier, + [53124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4947), 1, aux_sym__package_specification_token2, - [53124] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4949), 1, - sym_identifier, [53131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4951), 1, + ACTIONS(4949), 1, anon_sym_SEMI, [53138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, - anon_sym_COLON, + ACTIONS(4951), 1, + anon_sym_SEMI, [53145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, - aux_sym__package_specification_token3, + ACTIONS(4953), 1, + sym_identifier, [53152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4957), 1, - anon_sym_SEMI, + ACTIONS(4955), 1, + anon_sym_COLON, [53159] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 1, - aux_sym_asynchronous_select_token1, + ACTIONS(4957), 1, + aux_sym__package_specification_token3, [53166] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4961), 1, + ACTIONS(4959), 1, anon_sym_SEMI, [53173] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 1, + ACTIONS(4961), 1, aux_sym_asynchronous_select_token1, [53180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4965), 1, - aux_sym__package_specification_token3, + ACTIONS(4963), 1, + anon_sym_SEMI, [53187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4967), 1, - anon_sym_SEMI, + ACTIONS(4965), 1, + aux_sym__package_specification_token3, [53194] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4967), 1, + aux_sym_asynchronous_select_token1, + [53201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4969), 1, anon_sym_SEMI, - [53201] = 2, + [53208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 1, aux_sym_if_expression_token1, - [53208] = 2, + [53215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4973), 1, aux_sym_if_expression_token1, - [53215] = 2, + [53222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4975), 1, anon_sym_SEMI, - [53222] = 2, + [53229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4977), 1, anon_sym_SEMI, - [53229] = 2, + [53236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4979), 1, anon_sym_SEMI, - [53236] = 2, + [53243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4981), 1, aux_sym_if_expression_token1, - [53243] = 2, + [53250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4983), 1, anon_sym_SEMI, - [53250] = 2, + [53257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4985), 1, - aux_sym_expression_token2, - [53257] = 2, + anon_sym_SEMI, + [53264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(520), 1, aux_sym_allocator_token1, - [53264] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4987), 1, - aux_sym_if_expression_token1, [53271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 1, + ACTIONS(4987), 1, aux_sym_expression_token2, [53278] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4989), 1, + aux_sym_if_expression_token1, + [53285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4991), 1, anon_sym_RPAREN, - [53285] = 2, + [53292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4993), 1, aux_sym_expression_token2, - [53292] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4995), 1, - aux_sym__package_specification_token3, [53299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 1, - anon_sym_SEMI, + ACTIONS(4995), 1, + aux_sym_expression_token2, [53306] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4997), 1, + aux_sym__package_specification_token3, + [53313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4999), 1, anon_sym_SEMI, - [53313] = 2, + [53320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5001), 1, aux_sym__package_specification_token2, - [53320] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5003), 1, - anon_sym_RPAREN, [53327] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5003), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, [53334] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 1, - anon_sym_SEMI, + ACTIONS(5003), 1, + anon_sym_RBRACK, [53341] = 2, ACTIONS(3), 1, sym_comment, @@ -62239,487 +62241,487 @@ static const uint16_t ts_small_parse_table[] = { [53362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4119), 1, + ACTIONS(5011), 1, anon_sym_SEMI, [53369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5011), 1, - aux_sym_with_clause_token2, + ACTIONS(4113), 1, + anon_sym_SEMI, [53376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5013), 1, - anon_sym_SEMI, + aux_sym_with_clause_token2, [53383] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4536), 1, + ACTIONS(4115), 1, anon_sym_SEMI, [53390] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 1, + ACTIONS(4527), 1, anon_sym_SEMI, [53397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5017), 1, + ACTIONS(5015), 1, anon_sym_SEMI, [53404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5019), 1, - aux_sym__package_specification_token3, + ACTIONS(5017), 1, + anon_sym_SEMI, [53411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, - anon_sym_SEMI, + ACTIONS(5019), 1, + aux_sym__package_specification_token3, [53418] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5021), 1, - aux_sym_iterated_element_association_token2, + anon_sym_SEMI, [53425] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5023), 1, + ACTIONS(3757), 1, anon_sym_SEMI, [53432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5025), 1, - aux_sym_iterated_element_association_token2, + ACTIONS(5023), 1, + anon_sym_SEMI, [53439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 1, - aux_sym_compilation_unit_token1, + ACTIONS(5025), 1, + aux_sym_iterated_element_association_token2, [53446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5027), 1, - aux_sym_compilation_unit_token1, + aux_sym_iterated_element_association_token2, [53453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5029), 1, - aux_sym_allocator_token1, + aux_sym_compilation_unit_token1, [53460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5031), 1, - anon_sym_RPAREN, + ACTIONS(4553), 1, + aux_sym_compilation_unit_token1, [53467] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5031), 1, + aux_sym_allocator_token1, + [53474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5033), 1, aux_sym_with_clause_token2, - [53474] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5035), 1, - anon_sym_SEMI, [53481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4043), 1, - anon_sym_SEMI, + ACTIONS(5035), 1, + anon_sym_RPAREN, [53488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5037), 1, - aux_sym_attribute_designator_token2, + anon_sym_SEMI, [53495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5039), 1, + ACTIONS(4040), 1, anon_sym_SEMI, [53502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5041), 1, - anon_sym_SEMI, + ACTIONS(5039), 1, + aux_sym_attribute_designator_token2, [53509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5043), 1, + ACTIONS(5041), 1, anon_sym_SEMI, [53516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5045), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5043), 1, + anon_sym_SEMI, [53523] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5047), 1, - aux_sym__package_specification_token3, + ACTIONS(5045), 1, + anon_sym_SEMI, [53530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5049), 1, - anon_sym_SEMI, + ACTIONS(5047), 1, + aux_sym_subprogram_body_token1, [53537] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5049), 1, + aux_sym__package_specification_token3, + [53544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5051), 1, anon_sym_SEMI, - [53544] = 2, + [53551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5053), 1, anon_sym_SEMI, - [53551] = 2, + [53558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5055), 1, anon_sym_SEMI, - [53558] = 2, + [53565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5057), 1, anon_sym_SEMI, - [53565] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3280), 1, - aux_sym_entry_declaration_token1, [53572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5059), 1, - aux_sym__package_specification_token2, + anon_sym_SEMI, [53579] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5061), 1, - aux_sym_if_expression_token1, + aux_sym__package_specification_token2, [53586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5063), 1, - aux_sym_with_clause_token2, + aux_sym_if_expression_token1, [53593] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3280), 1, + aux_sym_entry_declaration_token1, + [53600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5065), 1, aux_sym_with_clause_token2, - [53600] = 2, + [53607] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5067), 1, - aux_sym__package_specification_token2, - [53607] = 2, + aux_sym_with_clause_token2, + [53614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5069), 1, anon_sym_SEMI, - [53614] = 2, + [53621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5071), 1, - anon_sym_RPAREN, - [53621] = 2, + aux_sym__package_specification_token2, + [53628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5073), 1, aux_sym__package_specification_token3, - [53628] = 2, + [53635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5075), 1, anon_sym_SEMI, - [53635] = 2, + [53642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5077), 1, - anon_sym_SEMI, - [53642] = 2, + anon_sym_RPAREN, + [53649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5079), 1, anon_sym_SEMI, - [53649] = 2, + [53656] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5081), 1, anon_sym_SEMI, - [53656] = 2, + [53663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5083), 1, aux_sym_if_expression_token1, - [53663] = 2, + [53670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5085), 1, anon_sym_SEMI, - [53670] = 2, + [53677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5087), 1, anon_sym_SEMI, - [53677] = 2, + [53684] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5089), 1, anon_sym_SEMI, - [53684] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5091), 1, - aux_sym__package_specification_token2, [53691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5093), 1, + ACTIONS(5091), 1, anon_sym_SEMI, [53698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5095), 1, - anon_sym_EQ_GT, + ACTIONS(5093), 1, + aux_sym__package_specification_token2, [53705] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5095), 1, + anon_sym_SEMI, + [53712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5097), 1, aux_sym_at_clause_token1, - [53712] = 2, + [53719] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5099), 1, sym_tick, - [53719] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5101), 1, - anon_sym_RBRACK, [53726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5103), 1, - anon_sym_SEMI, + ACTIONS(5101), 1, + anon_sym_EQ_GT, [53733] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5105), 1, + ACTIONS(5103), 1, anon_sym_RBRACK, [53740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5107), 1, - anon_sym_EQ_GT, + ACTIONS(5105), 1, + anon_sym_RBRACK, [53747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5109), 1, + ACTIONS(5107), 1, anon_sym_SEMI, [53754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5111), 1, - aux_sym_iterated_element_association_token2, + ACTIONS(5109), 1, + anon_sym_SEMI, [53761] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5111), 1, + anon_sym_EQ_GT, + [53768] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5113), 1, aux_sym_object_renaming_declaration_token1, - [53768] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5101), 1, - anon_sym_RPAREN, [53775] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5115), 1, - aux_sym__package_specification_token3, + aux_sym_iterated_element_association_token2, [53782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5117), 1, - aux_sym__package_specification_token2, + ACTIONS(5103), 1, + anon_sym_RPAREN, [53789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 1, - anon_sym_RPAREN, + ACTIONS(5117), 1, + aux_sym__package_specification_token3, [53796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5119), 1, - anon_sym_EQ_GT, + aux_sym__package_specification_token2, [53803] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3925), 1, + anon_sym_RPAREN, + [53810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5121), 1, anon_sym_DOT_DOT, - [53810] = 2, + [53817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5123), 1, aux_sym_object_renaming_declaration_token1, - [53817] = 2, + [53824] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5125), 1, aux_sym_primary_null_token1, - [53824] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5127), 1, - anon_sym_RPAREN, [53831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5129), 1, - aux_sym__package_specification_token3, + ACTIONS(5127), 1, + anon_sym_EQ_GT, [53838] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5129), 1, + anon_sym_RPAREN, + [53845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5131), 1, aux_sym__package_specification_token3, - [53845] = 2, + [53852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5133), 1, aux_sym__package_specification_token3, - [53852] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5135), 1, - aux_sym_asynchronous_select_token1, [53859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4338), 1, - anon_sym_SEMI, + ACTIONS(5135), 1, + aux_sym__package_specification_token3, [53866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5137), 1, - aux_sym_if_expression_token1, + aux_sym_asynchronous_select_token1, [53873] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4338), 1, + anon_sym_SEMI, + [53880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5139), 1, aux_sym_primary_null_token1, - [53880] = 2, + [53887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5141), 1, anon_sym_SEMI, - [53887] = 2, + [53894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5143), 1, - anon_sym_SEMI, - [53894] = 2, + aux_sym_if_expression_token1, + [53901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5145), 1, anon_sym_SEMI, - [53901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5147), 1, - aux_sym_if_expression_token1, [53908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5149), 1, - aux_sym_expression_token2, + ACTIONS(5147), 1, + anon_sym_SEMI, [53915] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5149), 1, + aux_sym_if_expression_token1, + [53922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5151), 1, anon_sym_EQ_GT, - [53922] = 2, + [53929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5153), 1, aux_sym_case_expression_token1, - [53929] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5155), 1, - anon_sym_SEMI, [53936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 1, - anon_sym_RPAREN, + ACTIONS(5155), 1, + aux_sym_expression_token2, [53943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5159), 1, + ACTIONS(5157), 1, anon_sym_SEMI, [53950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4612), 1, + ACTIONS(5159), 1, anon_sym_SEMI, [53957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5161), 1, - aux_sym_if_expression_token1, + anon_sym_RPAREN, [53964] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4618), 1, + anon_sym_SEMI, + [53971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5163), 1, anon_sym_COLON, - [53971] = 2, + [53978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5165), 1, - anon_sym_SEMI, - [53978] = 2, + aux_sym_if_expression_token1, + [53985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5167), 1, aux_sym_with_clause_token2, - [53985] = 2, + [53992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5169), 1, sym_identifier, - [53992] = 2, + [53999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5171), 1, anon_sym_SEMI, - [53999] = 2, + [54006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5173), 1, aux_sym_compilation_unit_token1, - [54006] = 2, + [54013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5175), 1, aux_sym_compilation_unit_token1, - [54013] = 2, + [54020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5177), 1, aux_sym_loop_statement_token1, - [54020] = 2, + [54027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5179), 1, anon_sym_SEMI, - [54027] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5181), 1, - anon_sym_SEMI, [54034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4671), 1, + ACTIONS(5181), 1, anon_sym_SEMI, [54041] = 2, ACTIONS(3), 1, @@ -62729,87 +62731,87 @@ static const uint16_t ts_small_parse_table[] = { [54048] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 1, - aux_sym_with_clause_token2, + ACTIONS(4673), 1, + anon_sym_SEMI, [54055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5187), 1, + ACTIONS(5185), 1, anon_sym_SEMI, [54062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 1, + ACTIONS(5187), 1, anon_sym_SEMI, [54069] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5189), 1, + anon_sym_SEMI, + [54076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5191), 1, aux_sym_with_clause_token2, - [54076] = 2, + [54083] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5193), 1, aux_sym_chunk_specification_token1, - [54083] = 2, + [54090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5195), 1, - anon_sym_SEMI, - [54090] = 2, + aux_sym_with_clause_token2, + [54097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5197), 1, anon_sym_SEMI, - [54097] = 2, + [54104] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5199), 1, aux_sym__package_specification_token2, - [54104] = 2, + [54111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, aux_sym_subprogram_body_token1, - [54111] = 2, + [54118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5201), 1, aux_sym__package_specification_token2, - [54118] = 2, + [54125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5203), 1, aux_sym_loop_statement_token1, - [54125] = 2, + [54132] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5205), 1, aux_sym__package_specification_token3, - [54132] = 2, + [54139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5207), 1, anon_sym_SEMI, - [54139] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4575), 1, - anon_sym_SEMI, [54146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(5209), 1, anon_sym_SEMI, [54153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4093), 1, - aux_sym__package_specification_token2, + ACTIONS(4573), 1, + anon_sym_SEMI, [54160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, + ACTIONS(3437), 1, anon_sym_SEMI, [54167] = 2, ACTIONS(3), 1, @@ -62825,227 +62827,227 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(5215), 1, - aux_sym_if_expression_token1, + anon_sym_SEMI, [54188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, - anon_sym_SEMI, + ACTIONS(5217), 1, + aux_sym_if_expression_token1, [54195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_SEMI, + ACTIONS(4107), 1, + aux_sym__package_specification_token2, [54202] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5217), 1, + ACTIONS(4261), 1, anon_sym_SEMI, [54209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5219), 1, - sym_identifier, + anon_sym_SEMI, [54216] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4679), 1, + anon_sym_SEMI, + [54223] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5221), 1, aux_sym_expression_token2, - [54223] = 2, + [54230] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 1, anon_sym_RPAREN, - [54230] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5225), 1, - aux_sym_loop_statement_token1, [54237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5227), 1, - anon_sym_SEMI, + ACTIONS(5225), 1, + sym_identifier, [54244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5229), 1, - aux_sym_allocator_token1, + ACTIONS(5227), 1, + aux_sym_loop_statement_token1, [54251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5231), 1, + ACTIONS(5229), 1, anon_sym_SEMI, [54258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5233), 1, - aux_sym__package_specification_token3, + ACTIONS(5231), 1, + anon_sym_SEMI, [54265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, - aux_sym_compilation_unit_token1, + ACTIONS(5233), 1, + aux_sym_allocator_token1, [54272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4417), 1, - anon_sym_SEMI, + ACTIONS(5235), 1, + aux_sym__package_specification_token3, [54279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, - aux_sym_allocator_token1, + ACTIONS(4421), 1, + anon_sym_SEMI, [54286] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3698), 1, + aux_sym_compilation_unit_token1, + [54293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5237), 1, aux_sym_allocator_token1, - [54293] = 2, + [54300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5239), 1, - anon_sym_SEMI, - [54300] = 2, + aux_sym_allocator_token1, + [54307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5241), 1, aux_sym_with_clause_token2, - [54307] = 2, + [54314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5243), 1, aux_sym_compilation_unit_token1, - [54314] = 2, + [54321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5245), 1, aux_sym_compilation_unit_token1, - [54321] = 2, + [54328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5247), 1, aux_sym_expression_token2, - [54328] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5249), 1, - aux_sym_record_component_association_list_token1, [54335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5251), 1, - aux_sym__package_specification_token2, + ACTIONS(5249), 1, + anon_sym_SEMI, [54342] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5251), 1, + aux_sym_record_component_association_list_token1, + [54349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5253), 1, anon_sym_SEMI, - [54349] = 2, + [54356] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5255), 1, + aux_sym__package_specification_token2, + [54363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(440), 1, aux_sym_subprogram_body_token1, - [54356] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3849), 1, - anon_sym_SEMI, - [54363] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4241), 1, - anon_sym_SEMI, [54370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 1, + ACTIONS(4259), 1, anon_sym_SEMI, [54377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5255), 1, + ACTIONS(4263), 1, anon_sym_SEMI, [54384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5257), 1, - aux_sym__package_specification_token3, + anon_sym_SEMI, [54391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5259), 1, + ACTIONS(4277), 1, anon_sym_SEMI, [54398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5261), 1, + ACTIONS(5259), 1, anon_sym_SEMI, [54405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5263), 1, + ACTIONS(5261), 1, anon_sym_SEMI, [54412] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5265), 1, - aux_sym__aspect_mark_token1, + ACTIONS(5263), 1, + aux_sym__package_specification_token3, [54419] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5267), 1, + ACTIONS(5265), 1, anon_sym_SEMI, [54426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5269), 1, + ACTIONS(5267), 1, anon_sym_SEMI, [54433] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5271), 1, - aux_sym_expression_token2, + ACTIONS(5269), 1, + anon_sym_SEMI, [54440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5273), 1, - aux_sym__package_specification_token3, + ACTIONS(5271), 1, + aux_sym_expression_token2, [54447] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5273), 1, + aux_sym__aspect_mark_token1, + [54454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, anon_sym_GT_GT, - [54454] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(346), 1, - aux_sym_private_type_declaration_token1, [54461] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5277), 1, - anon_sym_SEMI, + aux_sym__package_specification_token3, [54468] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(346), 1, + aux_sym_private_type_declaration_token1, + [54475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5279), 1, anon_sym_SEMI, - [54475] = 2, + [54482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5281), 1, sym_identifier, - [54482] = 2, + [54489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5283), 1, anon_sym_SEMI, - [54489] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4518), 1, - aux_sym__package_specification_token3, [54496] = 2, ACTIONS(3), 1, sym_comment, @@ -63054,727 +63056,727 @@ static const uint16_t ts_small_parse_table[] = { [54503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5287), 1, - aux_sym_record_component_association_list_token1, + ACTIONS(4531), 1, + aux_sym__package_specification_token3, [54510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 1, - anon_sym_EQ_GT, + ACTIONS(5287), 1, + anon_sym_SEMI, [54517] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5289), 1, + aux_sym_record_component_association_list_token1, + [54524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5291), 1, sym_identifier, - [54524] = 2, + [54531] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5293), 1, anon_sym_SEMI, - [54531] = 2, + [54538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5295), 1, sym_identifier, - [54538] = 2, + [54545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5297), 1, anon_sym_SEMI, - [54545] = 2, + [54552] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5299), 1, - anon_sym_SEMI, - [54552] = 2, + anon_sym_EQ_GT, + [54559] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5301), 1, aux_sym__package_specification_token2, - [54559] = 2, + [54566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5303), 1, anon_sym_SEMI, - [54566] = 2, + [54573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5305), 1, anon_sym_SEMI, - [54573] = 2, + [54580] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5307), 1, - anon_sym_RBRACK, - [54580] = 2, + anon_sym_SEMI, + [54587] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(412), 1, aux_sym_subprogram_body_token1, - [54587] = 2, + [54594] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5309), 1, anon_sym_SEMI, - [54594] = 2, + [54601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, aux_sym_compilation_unit_token1, - [54601] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5313), 1, - anon_sym_RPAREN, [54608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3818), 1, - aux_sym__package_specification_token3, + ACTIONS(5313), 1, + anon_sym_RBRACK, [54615] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5315), 1, - anon_sym_SEMI, + anon_sym_RPAREN, [54622] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3841), 1, + aux_sym__package_specification_token3, + [54629] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5317), 1, aux_sym_with_clause_token2, - [54629] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5319), 1, - aux_sym_record_component_association_list_token1, [54636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5321), 1, + ACTIONS(5319), 1, anon_sym_SEMI, [54643] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5321), 1, + aux_sym_record_component_association_list_token1, + [54650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5323), 1, sym_identifier, - [54650] = 2, + [54657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5325), 1, anon_sym_SEMI, - [54657] = 2, + [54664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5327), 1, sym_identifier, - [54664] = 2, + [54671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5329), 1, - aux_sym_attribute_designator_token4, - [54671] = 2, + anon_sym_SEMI, + [54678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5331), 1, aux_sym__package_specification_token2, - [54678] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5333), 1, - anon_sym_SEMI, [54685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5335), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5333), 1, + aux_sym_attribute_designator_token4, [54692] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5335), 1, + anon_sym_SEMI, + [54699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5337), 1, aux_sym_subprogram_body_token1, - [54699] = 2, + [54706] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5339), 1, aux_sym__package_specification_token3, - [54706] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5341), 1, - anon_sym_SEMI, [54713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(332), 1, - aux_sym_private_type_declaration_token1, - [54720] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(424), 1, + ACTIONS(5341), 1, aux_sym_subprogram_body_token1, - [54727] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3405), 1, - anon_sym_SEMI, - [54734] = 2, + [54720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5343), 1, anon_sym_SEMI, + [54727] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(424), 1, + aux_sym_subprogram_body_token1, + [54734] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(332), 1, + aux_sym_private_type_declaration_token1, [54741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5345), 1, + ACTIONS(3401), 1, anon_sym_SEMI, [54748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5347), 1, - aux_sym__package_specification_token3, + ACTIONS(5345), 1, + anon_sym_SEMI, [54755] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5347), 1, + anon_sym_SEMI, + [54762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5349), 1, aux_sym__package_specification_token3, - [54762] = 2, + [54769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5351), 1, anon_sym_SEMI, - [54769] = 2, + [54776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5353), 1, - anon_sym_SEMI, - [54776] = 2, + aux_sym__package_specification_token3, + [54783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5355), 1, anon_sym_SEMI, - [54783] = 2, + [54790] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5357), 1, anon_sym_SEMI, - [54790] = 2, + [54797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5359), 1, anon_sym_SEMI, - [54797] = 2, + [54804] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5361), 1, anon_sym_SEMI, - [54804] = 2, + [54811] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5363), 1, anon_sym_SEMI, - [54811] = 2, + [54818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5365), 1, aux_sym_compilation_unit_token1, - [54818] = 2, + [54825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5367), 1, - anon_sym_RPAREN, - [54825] = 2, + anon_sym_SEMI, + [54832] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5369), 1, anon_sym_RPAREN, - [54832] = 2, + [54839] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5371), 1, aux_sym_with_clause_token2, - [54839] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - aux_sym_loop_statement_token1, [54846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5375), 1, - aux_sym_asynchronous_select_token1, + ACTIONS(5373), 1, + anon_sym_RPAREN, [54853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5377), 1, - anon_sym_RPAREN, + ACTIONS(5375), 1, + aux_sym_loop_statement_token1, [54860] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5377), 1, + aux_sym_asynchronous_select_token1, + [54867] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5379), 1, anon_sym_SEMI, - [54867] = 2, + [54874] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5381), 1, - anon_sym_SEMI, - [54874] = 2, + anon_sym_RPAREN, + [54881] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5383), 1, aux_sym_with_clause_token2, - [54881] = 2, + [54888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5385), 1, anon_sym_SEMI, - [54888] = 2, + [54895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5387), 1, anon_sym_SEMI, - [54895] = 2, + [54902] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5389), 1, - anon_sym_RPAREN, - [54902] = 2, + anon_sym_SEMI, + [54909] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5391), 1, anon_sym_RPAREN, - [54909] = 2, + [54916] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5393), 1, anon_sym_SEMI, - [54916] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5395), 1, - anon_sym_SEMI, [54923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(5395), 1, anon_sym_SEMI, [54930] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5397), 1, - anon_sym_SEMI, + anon_sym_RPAREN, [54937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5399), 1, - aux_sym_use_clause_token2, + anon_sym_SEMI, [54944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5401), 1, - anon_sym_SEMI, + aux_sym_use_clause_token2, [54951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3980), 1, + ACTIONS(3409), 1, anon_sym_SEMI, [54958] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5403), 1, - aux_sym_loop_statement_token1, + anon_sym_SEMI, [54965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5405), 1, - anon_sym_SEMI, + aux_sym_loop_statement_token1, [54972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5407), 1, + ACTIONS(3994), 1, anon_sym_SEMI, [54979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5409), 1, - aux_sym_if_expression_token1, + ACTIONS(5407), 1, + anon_sym_SEMI, [54986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5411), 1, - anon_sym_DOT_DOT, + ACTIONS(5409), 1, + anon_sym_SEMI, [54993] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5411), 1, + aux_sym_if_expression_token1, + [55000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5413), 1, anon_sym_SEMI, - [55000] = 2, + [55007] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5415), 1, anon_sym_RBRACK, - [55007] = 2, + [55014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5417), 1, anon_sym_SEMI, - [55014] = 2, + [55021] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5419), 1, aux_sym_compilation_unit_token1, - [55021] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5421), 1, - anon_sym_SEMI, [55028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5423), 1, - anon_sym_RPAREN, + ACTIONS(5421), 1, + anon_sym_DOT_DOT, [55035] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5423), 1, + anon_sym_SEMI, + [55042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5425), 1, aux_sym__package_specification_token2, - [55042] = 2, + [55049] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5427), 1, aux_sym_if_expression_token1, - [55049] = 2, + [55056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5429), 1, aux_sym_expression_token2, - [55056] = 2, + [55063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5431), 1, aux_sym__package_specification_token2, - [55063] = 2, + [55070] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5433), 1, aux_sym__package_specification_token3, - [55070] = 2, + [55077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5435), 1, aux_sym__package_specification_token3, - [55077] = 2, + [55084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5437), 1, aux_sym_component_list_token1, - [55084] = 2, + [55091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5439), 1, sym_identifier, - [55091] = 2, + [55098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5441), 1, aux_sym_subprogram_body_token1, - [55098] = 2, + [55105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5443), 1, aux_sym__package_specification_token3, - [55105] = 2, + [55112] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5445), 1, sym_identifier, - [55112] = 2, + [55119] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5447), 1, anon_sym_COLON, - [55119] = 2, + [55126] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3272), 1, aux_sym_loop_statement_token1, - [55126] = 2, + [55133] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5449), 1, aux_sym_asynchronous_select_token1, - [55133] = 2, + [55140] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5451), 1, aux_sym__package_specification_token3, - [55140] = 2, + [55147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5453), 1, aux_sym_compilation_unit_token1, - [55147] = 2, + [55154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5455), 1, anon_sym_SEMI, - [55154] = 2, + [55161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5457), 1, aux_sym__package_specification_token3, - [55161] = 2, + [55168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5459), 1, aux_sym_asynchronous_select_token1, - [55168] = 2, + [55175] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5461), 1, aux_sym_if_expression_token1, - [55175] = 2, + [55182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5463), 1, aux_sym_result_profile_token1, - [55182] = 2, + [55189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5465), 1, anon_sym_SEMI, - [55189] = 2, + [55196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5467), 1, aux_sym__package_specification_token3, - [55196] = 2, + [55203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5469), 1, anon_sym_SEMI, - [55203] = 2, + [55210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5471), 1, anon_sym_SEMI, - [55210] = 2, + [55217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5473), 1, sym_tick, - [55217] = 2, + [55224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5475), 1, aux_sym_allocator_token1, - [55224] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5477), 1, - anon_sym_COLON, [55231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5479), 1, - aux_sym_if_expression_token1, + ACTIONS(5477), 1, + anon_sym_RPAREN, [55238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(436), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5479), 1, + anon_sym_COLON, [55245] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5481), 1, - aux_sym__package_specification_token2, + aux_sym_if_expression_token1, [55252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5483), 1, - ts_builtin_sym_end, + ACTIONS(436), 1, + aux_sym_subprogram_body_token1, [55259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3649), 1, - aux_sym_allocator_token1, + ACTIONS(5483), 1, + aux_sym__package_specification_token2, [55266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5485), 1, - aux_sym__package_specification_token3, + ts_builtin_sym_end, [55273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4494), 1, - anon_sym_SEMI, + ACTIONS(3653), 1, + aux_sym_allocator_token1, [55280] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5487), 1, - anon_sym_SEMI, + aux_sym__package_specification_token3, [55287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5489), 1, - aux_sym__package_specification_token3, + ACTIONS(4299), 1, + anon_sym_SEMI, [55294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5491), 1, - sym_identifier, + ACTIONS(5489), 1, + anon_sym_SEMI, [55301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3477), 1, - anon_sym_SEMI, + ACTIONS(5491), 1, + aux_sym__package_specification_token3, [55308] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_SEMI, - [55315] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5493), 1, sym_identifier, + [55315] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3483), 1, + anon_sym_SEMI, [55322] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 1, + anon_sym_SEMI, + [55329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5495), 1, sym_identifier, - [55329] = 2, + [55336] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5497), 1, sym_identifier, - [55336] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5499), 1, - anon_sym_SEMI, [55343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5501), 1, - aux_sym_iterated_element_association_token2, + ACTIONS(5499), 1, + sym_identifier, [55350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5503), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5501), 1, + anon_sym_SEMI, [55357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5505), 1, - aux_sym__package_specification_token3, + ACTIONS(5503), 1, + aux_sym_iterated_element_association_token2, [55364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - sym_identifier, + ACTIONS(5505), 1, + aux_sym_subprogram_body_token1, [55371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_SEMI, + ACTIONS(5507), 1, + aux_sym__package_specification_token3, [55378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(420), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5509), 1, + sym_identifier, [55385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4367), 1, + ACTIONS(4197), 1, anon_sym_SEMI, [55392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5509), 1, - anon_sym_LT_GT, + ACTIONS(420), 1, + aux_sym_subprogram_body_token1, [55399] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4323), 1, + anon_sym_SEMI, + [55406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5511), 1, anon_sym_LT_GT, - [55406] = 2, + [55413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5513), 1, anon_sym_LT_GT, - [55413] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5515), 1, - aux_sym__package_specification_token3, [55420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4371), 1, - anon_sym_SEMI, + ACTIONS(5515), 1, + anon_sym_LT_GT, [55427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5517), 1, - anon_sym_LT_GT, + aux_sym__package_specification_token3, [55434] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4331), 1, + anon_sym_SEMI, + [55441] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5519), 1, anon_sym_LT_GT, - [55441] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5521), 1, - aux_sym__package_specification_token3, [55448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5523), 1, - anon_sym_SEMI, + ACTIONS(5521), 1, + anon_sym_LT_GT, [55455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5525), 1, - aux_sym_allocator_token1, + ACTIONS(5523), 1, + aux_sym__package_specification_token3, [55462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5527), 1, - aux_sym_global_mode_token1, + ACTIONS(5525), 1, + anon_sym_SEMI, [55469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5529), 1, - aux_sym_subprogram_body_token1, + ACTIONS(5527), 1, + aux_sym_allocator_token1, [55476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5531), 1, - aux_sym__package_specification_token3, + ACTIONS(5529), 1, + aux_sym_global_mode_token1, [55483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(422), 1, + ACTIONS(5531), 1, aux_sym_subprogram_body_token1, [55490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, - anon_sym_SEMI, + ACTIONS(5533), 1, + aux_sym__package_specification_token3, [55497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4395), 1, - anon_sym_SEMI, + ACTIONS(422), 1, + aux_sym_subprogram_body_token1, [55504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5533), 1, - aux_sym_package_body_token1, + ACTIONS(4366), 1, + anon_sym_SEMI, [55511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 1, + ACTIONS(4388), 1, anon_sym_SEMI, [55518] = 2, ACTIONS(3), 1, @@ -63784,48 +63786,48 @@ static const uint16_t ts_small_parse_table[] = { [55525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5537), 1, - aux_sym__package_specification_token3, + ACTIONS(4376), 1, + anon_sym_SEMI, [55532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4403), 1, - anon_sym_SEMI, + ACTIONS(5537), 1, + aux_sym_package_body_token1, [55539] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5539), 1, - anon_sym_SEMI, + aux_sym__package_specification_token3, [55546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5541), 1, - aux_sym__package_specification_token3, + ACTIONS(4469), 1, + anon_sym_SEMI, [55553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5543), 1, - anon_sym_LPAREN, + ACTIONS(5541), 1, + anon_sym_SEMI, [55560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5545), 1, - aux_sym_package_body_token1, + ACTIONS(5543), 1, + aux_sym__package_specification_token3, [55567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - aux_sym_with_clause_token2, + ACTIONS(5545), 1, + anon_sym_LPAREN, [55574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5549), 1, - anon_sym_SEMI, + ACTIONS(5547), 1, + aux_sym_package_body_token1, [55581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4453), 1, - anon_sym_SEMI, + ACTIONS(5549), 1, + aux_sym_with_clause_token2, [55588] = 2, ACTIONS(3), 1, sym_comment, @@ -63834,107 +63836,117 @@ static const uint16_t ts_small_parse_table[] = { [55595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, - anon_sym_COLON, + ACTIONS(4463), 1, + anon_sym_SEMI, [55602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5555), 1, - anon_sym_EQ_GT, + ACTIONS(5553), 1, + anon_sym_SEMI, [55609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 1, - aux_sym__package_specification_token3, + ACTIONS(5555), 1, + anon_sym_COLON, [55616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4473), 1, - anon_sym_SEMI, + ACTIONS(5557), 1, + anon_sym_EQ_GT, [55623] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5559), 1, - aux_sym_case_expression_token1, + aux_sym__package_specification_token3, [55630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 1, - anon_sym_EQ_GT, + ACTIONS(4501), 1, + anon_sym_SEMI, [55637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4477), 1, - anon_sym_SEMI, + ACTIONS(5561), 1, + aux_sym_case_expression_token1, [55644] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, - anon_sym_SEMI, + anon_sym_EQ_GT, [55651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4561), 1, + ACTIONS(4483), 1, anon_sym_SEMI, [55658] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5565), 1, - aux_sym_with_clause_token2, + anon_sym_SEMI, [55665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5567), 1, - anon_sym_EQ_GT, + ACTIONS(4569), 1, + anon_sym_SEMI, [55672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 1, - anon_sym_SEMI, + ACTIONS(5567), 1, + aux_sym_with_clause_token2, [55679] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5569), 1, + anon_sym_EQ_GT, + [55686] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5571), 1, anon_sym_SEMI, - [55686] = 2, + [55693] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5573), 1, anon_sym_SEMI, - [55693] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5575), 1, - aux_sym__package_specification_token2, [55700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 1, - anon_sym_RPAREN, + ACTIONS(5575), 1, + anon_sym_SEMI, [55707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5579), 1, - anon_sym_EQ_GT, + ACTIONS(5577), 1, + aux_sym__package_specification_token2, [55714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5582), 1, - sym_identifier, + ACTIONS(5579), 1, + anon_sym_RPAREN, [55721] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5581), 1, + anon_sym_EQ_GT, + [55728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5584), 1, sym_identifier, - [55728] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5586), 1, - anon_sym_RPAREN, [55735] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5586), 1, + sym_identifier, + [55742] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5588), 1, + anon_sym_RPAREN, + [55749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5590), 1, anon_sym_EQ_GT, }; @@ -64723,22 +64735,22 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(892)] = 42142, [SMALL_STATE(893)] = 42158, [SMALL_STATE(894)] = 42190, - [SMALL_STATE(895)] = 42206, - [SMALL_STATE(896)] = 42222, + [SMALL_STATE(895)] = 42222, + [SMALL_STATE(896)] = 42238, [SMALL_STATE(897)] = 42254, - [SMALL_STATE(898)] = 42279, - [SMALL_STATE(899)] = 42310, - [SMALL_STATE(900)] = 42337, - [SMALL_STATE(901)] = 42368, - [SMALL_STATE(902)] = 42395, - [SMALL_STATE(903)] = 42424, - [SMALL_STATE(904)] = 42451, - [SMALL_STATE(905)] = 42478, + [SMALL_STATE(898)] = 42285, + [SMALL_STATE(899)] = 42312, + [SMALL_STATE(900)] = 42339, + [SMALL_STATE(901)] = 42366, + [SMALL_STATE(902)] = 42391, + [SMALL_STATE(903)] = 42422, + [SMALL_STATE(904)] = 42449, + [SMALL_STATE(905)] = 42476, [SMALL_STATE(906)] = 42505, [SMALL_STATE(907)] = 42532, - [SMALL_STATE(908)] = 42561, - [SMALL_STATE(909)] = 42588, - [SMALL_STATE(910)] = 42615, + [SMALL_STATE(908)] = 42563, + [SMALL_STATE(909)] = 42590, + [SMALL_STATE(910)] = 42617, [SMALL_STATE(911)] = 42646, [SMALL_STATE(912)] = 42673, [SMALL_STATE(913)] = 42689, @@ -64754,1213 +64766,1214 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(923)] = 42857, [SMALL_STATE(924)] = 42873, [SMALL_STATE(925)] = 42889, - [SMALL_STATE(926)] = 42905, - [SMALL_STATE(927)] = 42921, + [SMALL_STATE(926)] = 42915, + [SMALL_STATE(927)] = 42931, [SMALL_STATE(928)] = 42947, - [SMALL_STATE(929)] = 42963, + [SMALL_STATE(929)] = 42973, [SMALL_STATE(930)] = 42989, - [SMALL_STATE(931)] = 43005, - [SMALL_STATE(932)] = 43031, - [SMALL_STATE(933)] = 43047, - [SMALL_STATE(934)] = 43063, + [SMALL_STATE(931)] = 43015, + [SMALL_STATE(932)] = 43041, + [SMALL_STATE(933)] = 43057, + [SMALL_STATE(934)] = 43073, [SMALL_STATE(935)] = 43089, [SMALL_STATE(936)] = 43105, [SMALL_STATE(937)] = 43121, - [SMALL_STATE(938)] = 43145, - [SMALL_STATE(939)] = 43167, - [SMALL_STATE(940)] = 43183, - [SMALL_STATE(941)] = 43199, - [SMALL_STATE(942)] = 43215, - [SMALL_STATE(943)] = 43231, - [SMALL_STATE(944)] = 43247, - [SMALL_STATE(945)] = 43263, - [SMALL_STATE(946)] = 43279, - [SMALL_STATE(947)] = 43295, - [SMALL_STATE(948)] = 43311, - [SMALL_STATE(949)] = 43327, - [SMALL_STATE(950)] = 43343, - [SMALL_STATE(951)] = 43359, - [SMALL_STATE(952)] = 43375, - [SMALL_STATE(953)] = 43391, - [SMALL_STATE(954)] = 43407, - [SMALL_STATE(955)] = 43433, - [SMALL_STATE(956)] = 43449, - [SMALL_STATE(957)] = 43471, - [SMALL_STATE(958)] = 43487, - [SMALL_STATE(959)] = 43513, - [SMALL_STATE(960)] = 43541, - [SMALL_STATE(961)] = 43557, + [SMALL_STATE(938)] = 43137, + [SMALL_STATE(939)] = 43153, + [SMALL_STATE(940)] = 43169, + [SMALL_STATE(941)] = 43191, + [SMALL_STATE(942)] = 43207, + [SMALL_STATE(943)] = 43223, + [SMALL_STATE(944)] = 43239, + [SMALL_STATE(945)] = 43255, + [SMALL_STATE(946)] = 43271, + [SMALL_STATE(947)] = 43287, + [SMALL_STATE(948)] = 43303, + [SMALL_STATE(949)] = 43319, + [SMALL_STATE(950)] = 43335, + [SMALL_STATE(951)] = 43351, + [SMALL_STATE(952)] = 43367, + [SMALL_STATE(953)] = 43383, + [SMALL_STATE(954)] = 43405, + [SMALL_STATE(955)] = 43431, + [SMALL_STATE(956)] = 43447, + [SMALL_STATE(957)] = 43463, + [SMALL_STATE(958)] = 43491, + [SMALL_STATE(959)] = 43507, + [SMALL_STATE(960)] = 43531, + [SMALL_STATE(961)] = 43547, [SMALL_STATE(962)] = 43573, - [SMALL_STATE(963)] = 43588, - [SMALL_STATE(964)] = 43603, - [SMALL_STATE(965)] = 43626, - [SMALL_STATE(966)] = 43641, - [SMALL_STATE(967)] = 43666, - [SMALL_STATE(968)] = 43691, - [SMALL_STATE(969)] = 43716, - [SMALL_STATE(970)] = 43741, - [SMALL_STATE(971)] = 43766, - [SMALL_STATE(972)] = 43779, - [SMALL_STATE(973)] = 43792, - [SMALL_STATE(974)] = 43805, - [SMALL_STATE(975)] = 43818, - [SMALL_STATE(976)] = 43843, - [SMALL_STATE(977)] = 43856, - [SMALL_STATE(978)] = 43881, - [SMALL_STATE(979)] = 43894, - [SMALL_STATE(980)] = 43919, - [SMALL_STATE(981)] = 43944, - [SMALL_STATE(982)] = 43969, - [SMALL_STATE(983)] = 43982, - [SMALL_STATE(984)] = 43995, + [SMALL_STATE(963)] = 43598, + [SMALL_STATE(964)] = 43611, + [SMALL_STATE(965)] = 43636, + [SMALL_STATE(966)] = 43649, + [SMALL_STATE(967)] = 43674, + [SMALL_STATE(968)] = 43699, + [SMALL_STATE(969)] = 43724, + [SMALL_STATE(970)] = 43749, + [SMALL_STATE(971)] = 43762, + [SMALL_STATE(972)] = 43775, + [SMALL_STATE(973)] = 43800, + [SMALL_STATE(974)] = 43813, + [SMALL_STATE(975)] = 43826, + [SMALL_STATE(976)] = 43851, + [SMALL_STATE(977)] = 43864, + [SMALL_STATE(978)] = 43889, + [SMALL_STATE(979)] = 43902, + [SMALL_STATE(980)] = 43927, + [SMALL_STATE(981)] = 43940, + [SMALL_STATE(982)] = 43957, + [SMALL_STATE(983)] = 43978, + [SMALL_STATE(984)] = 43999, [SMALL_STATE(985)] = 44020, - [SMALL_STATE(986)] = 44041, - [SMALL_STATE(987)] = 44062, - [SMALL_STATE(988)] = 44083, - [SMALL_STATE(989)] = 44108, - [SMALL_STATE(990)] = 44125, - [SMALL_STATE(991)] = 44138, - [SMALL_STATE(992)] = 44163, - [SMALL_STATE(993)] = 44188, - [SMALL_STATE(994)] = 44213, - [SMALL_STATE(995)] = 44226, - [SMALL_STATE(996)] = 44239, - [SMALL_STATE(997)] = 44252, - [SMALL_STATE(998)] = 44277, - [SMALL_STATE(999)] = 44294, - [SMALL_STATE(1000)] = 44307, - [SMALL_STATE(1001)] = 44322, - [SMALL_STATE(1002)] = 44347, - [SMALL_STATE(1003)] = 44372, - [SMALL_STATE(1004)] = 44387, - [SMALL_STATE(1005)] = 44400, - [SMALL_STATE(1006)] = 44417, - [SMALL_STATE(1007)] = 44430, - [SMALL_STATE(1008)] = 44443, - [SMALL_STATE(1009)] = 44468, - [SMALL_STATE(1010)] = 44483, - [SMALL_STATE(1011)] = 44508, - [SMALL_STATE(1012)] = 44522, - [SMALL_STATE(1013)] = 44542, - [SMALL_STATE(1014)] = 44560, - [SMALL_STATE(1015)] = 44580, - [SMALL_STATE(1016)] = 44592, - [SMALL_STATE(1017)] = 44614, - [SMALL_STATE(1018)] = 44636, - [SMALL_STATE(1019)] = 44648, - [SMALL_STATE(1020)] = 44670, - [SMALL_STATE(1021)] = 44682, - [SMALL_STATE(1022)] = 44694, - [SMALL_STATE(1023)] = 44714, - [SMALL_STATE(1024)] = 44736, - [SMALL_STATE(1025)] = 44758, - [SMALL_STATE(1026)] = 44770, - [SMALL_STATE(1027)] = 44792, - [SMALL_STATE(1028)] = 44814, - [SMALL_STATE(1029)] = 44836, - [SMALL_STATE(1030)] = 44858, - [SMALL_STATE(1031)] = 44878, - [SMALL_STATE(1032)] = 44894, - [SMALL_STATE(1033)] = 44914, - [SMALL_STATE(1034)] = 44932, - [SMALL_STATE(1035)] = 44952, - [SMALL_STATE(1036)] = 44970, - [SMALL_STATE(1037)] = 44992, - [SMALL_STATE(1038)] = 45014, - [SMALL_STATE(1039)] = 45034, - [SMALL_STATE(1040)] = 45054, - [SMALL_STATE(1041)] = 45066, - [SMALL_STATE(1042)] = 45088, - [SMALL_STATE(1043)] = 45110, - [SMALL_STATE(1044)] = 45130, - [SMALL_STATE(1045)] = 45152, - [SMALL_STATE(1046)] = 45172, - [SMALL_STATE(1047)] = 45191, - [SMALL_STATE(1048)] = 45206, - [SMALL_STATE(1049)] = 45219, - [SMALL_STATE(1050)] = 45238, - [SMALL_STATE(1051)] = 45257, - [SMALL_STATE(1052)] = 45276, - [SMALL_STATE(1053)] = 45295, - [SMALL_STATE(1054)] = 45314, - [SMALL_STATE(1055)] = 45333, - [SMALL_STATE(1056)] = 45350, - [SMALL_STATE(1057)] = 45367, - [SMALL_STATE(1058)] = 45386, - [SMALL_STATE(1059)] = 45405, - [SMALL_STATE(1060)] = 45424, - [SMALL_STATE(1061)] = 45443, - [SMALL_STATE(1062)] = 45462, - [SMALL_STATE(1063)] = 45481, - [SMALL_STATE(1064)] = 45500, - [SMALL_STATE(1065)] = 45517, - [SMALL_STATE(1066)] = 45536, - [SMALL_STATE(1067)] = 45555, - [SMALL_STATE(1068)] = 45570, - [SMALL_STATE(1069)] = 45589, - [SMALL_STATE(1070)] = 45608, - [SMALL_STATE(1071)] = 45627, - [SMALL_STATE(1072)] = 45646, - [SMALL_STATE(1073)] = 45665, - [SMALL_STATE(1074)] = 45684, - [SMALL_STATE(1075)] = 45703, - [SMALL_STATE(1076)] = 45722, - [SMALL_STATE(1077)] = 45741, - [SMALL_STATE(1078)] = 45760, - [SMALL_STATE(1079)] = 45773, - [SMALL_STATE(1080)] = 45792, - [SMALL_STATE(1081)] = 45811, - [SMALL_STATE(1082)] = 45826, - [SMALL_STATE(1083)] = 45845, - [SMALL_STATE(1084)] = 45864, - [SMALL_STATE(1085)] = 45883, - [SMALL_STATE(1086)] = 45902, - [SMALL_STATE(1087)] = 45917, - [SMALL_STATE(1088)] = 45936, - [SMALL_STATE(1089)] = 45955, - [SMALL_STATE(1090)] = 45974, - [SMALL_STATE(1091)] = 45989, - [SMALL_STATE(1092)] = 46008, - [SMALL_STATE(1093)] = 46027, - [SMALL_STATE(1094)] = 46046, - [SMALL_STATE(1095)] = 46065, - [SMALL_STATE(1096)] = 46084, - [SMALL_STATE(1097)] = 46103, - [SMALL_STATE(1098)] = 46122, - [SMALL_STATE(1099)] = 46141, - [SMALL_STATE(1100)] = 46160, - [SMALL_STATE(1101)] = 46171, - [SMALL_STATE(1102)] = 46190, - [SMALL_STATE(1103)] = 46207, - [SMALL_STATE(1104)] = 46226, - [SMALL_STATE(1105)] = 46245, - [SMALL_STATE(1106)] = 46264, - [SMALL_STATE(1107)] = 46279, - [SMALL_STATE(1108)] = 46294, - [SMALL_STATE(1109)] = 46311, - [SMALL_STATE(1110)] = 46326, - [SMALL_STATE(1111)] = 46345, - [SMALL_STATE(1112)] = 46362, - [SMALL_STATE(1113)] = 46375, - [SMALL_STATE(1114)] = 46392, - [SMALL_STATE(1115)] = 46407, - [SMALL_STATE(1116)] = 46426, - [SMALL_STATE(1117)] = 46445, - [SMALL_STATE(1118)] = 46462, - [SMALL_STATE(1119)] = 46473, - [SMALL_STATE(1120)] = 46490, - [SMALL_STATE(1121)] = 46507, - [SMALL_STATE(1122)] = 46526, - [SMALL_STATE(1123)] = 46545, - [SMALL_STATE(1124)] = 46564, - [SMALL_STATE(1125)] = 46583, - [SMALL_STATE(1126)] = 46602, - [SMALL_STATE(1127)] = 46617, - [SMALL_STATE(1128)] = 46636, - [SMALL_STATE(1129)] = 46655, - [SMALL_STATE(1130)] = 46674, - [SMALL_STATE(1131)] = 46688, - [SMALL_STATE(1132)] = 46704, - [SMALL_STATE(1133)] = 46714, - [SMALL_STATE(1134)] = 46730, - [SMALL_STATE(1135)] = 46746, - [SMALL_STATE(1136)] = 46762, - [SMALL_STATE(1137)] = 46778, - [SMALL_STATE(1138)] = 46792, - [SMALL_STATE(1139)] = 46806, - [SMALL_STATE(1140)] = 46818, - [SMALL_STATE(1141)] = 46832, - [SMALL_STATE(1142)] = 46846, - [SMALL_STATE(1143)] = 46860, - [SMALL_STATE(1144)] = 46876, - [SMALL_STATE(1145)] = 46892, - [SMALL_STATE(1146)] = 46908, - [SMALL_STATE(1147)] = 46924, - [SMALL_STATE(1148)] = 46936, - [SMALL_STATE(1149)] = 46952, - [SMALL_STATE(1150)] = 46966, - [SMALL_STATE(1151)] = 46980, - [SMALL_STATE(1152)] = 46994, - [SMALL_STATE(1153)] = 47010, - [SMALL_STATE(1154)] = 47026, - [SMALL_STATE(1155)] = 47042, - [SMALL_STATE(1156)] = 47058, - [SMALL_STATE(1157)] = 47074, - [SMALL_STATE(1158)] = 47084, - [SMALL_STATE(1159)] = 47098, - [SMALL_STATE(1160)] = 47108, - [SMALL_STATE(1161)] = 47122, - [SMALL_STATE(1162)] = 47138, - [SMALL_STATE(1163)] = 47152, - [SMALL_STATE(1164)] = 47168, - [SMALL_STATE(1165)] = 47182, - [SMALL_STATE(1166)] = 47198, - [SMALL_STATE(1167)] = 47212, - [SMALL_STATE(1168)] = 47226, - [SMALL_STATE(1169)] = 47242, - [SMALL_STATE(1170)] = 47254, - [SMALL_STATE(1171)] = 47270, - [SMALL_STATE(1172)] = 47286, - [SMALL_STATE(1173)] = 47302, - [SMALL_STATE(1174)] = 47316, - [SMALL_STATE(1175)] = 47330, - [SMALL_STATE(1176)] = 47346, - [SMALL_STATE(1177)] = 47362, - [SMALL_STATE(1178)] = 47378, - [SMALL_STATE(1179)] = 47392, - [SMALL_STATE(1180)] = 47402, - [SMALL_STATE(1181)] = 47412, - [SMALL_STATE(1182)] = 47428, - [SMALL_STATE(1183)] = 47444, - [SMALL_STATE(1184)] = 47458, - [SMALL_STATE(1185)] = 47474, - [SMALL_STATE(1186)] = 47490, - [SMALL_STATE(1187)] = 47506, - [SMALL_STATE(1188)] = 47520, - [SMALL_STATE(1189)] = 47532, - [SMALL_STATE(1190)] = 47542, - [SMALL_STATE(1191)] = 47558, - [SMALL_STATE(1192)] = 47572, - [SMALL_STATE(1193)] = 47588, - [SMALL_STATE(1194)] = 47602, - [SMALL_STATE(1195)] = 47618, - [SMALL_STATE(1196)] = 47628, - [SMALL_STATE(1197)] = 47644, - [SMALL_STATE(1198)] = 47660, - [SMALL_STATE(1199)] = 47674, - [SMALL_STATE(1200)] = 47686, - [SMALL_STATE(1201)] = 47700, - [SMALL_STATE(1202)] = 47716, - [SMALL_STATE(1203)] = 47730, - [SMALL_STATE(1204)] = 47746, - [SMALL_STATE(1205)] = 47760, - [SMALL_STATE(1206)] = 47772, - [SMALL_STATE(1207)] = 47784, - [SMALL_STATE(1208)] = 47800, - [SMALL_STATE(1209)] = 47816, - [SMALL_STATE(1210)] = 47830, - [SMALL_STATE(1211)] = 47846, - [SMALL_STATE(1212)] = 47856, - [SMALL_STATE(1213)] = 47870, - [SMALL_STATE(1214)] = 47886, - [SMALL_STATE(1215)] = 47898, - [SMALL_STATE(1216)] = 47910, - [SMALL_STATE(1217)] = 47920, - [SMALL_STATE(1218)] = 47930, - [SMALL_STATE(1219)] = 47944, - [SMALL_STATE(1220)] = 47958, - [SMALL_STATE(1221)] = 47974, - [SMALL_STATE(1222)] = 47984, - [SMALL_STATE(1223)] = 48000, - [SMALL_STATE(1224)] = 48016, - [SMALL_STATE(1225)] = 48032, - [SMALL_STATE(1226)] = 48048, - [SMALL_STATE(1227)] = 48064, - [SMALL_STATE(1228)] = 48080, - [SMALL_STATE(1229)] = 48094, - [SMALL_STATE(1230)] = 48108, - [SMALL_STATE(1231)] = 48120, - [SMALL_STATE(1232)] = 48133, - [SMALL_STATE(1233)] = 48146, - [SMALL_STATE(1234)] = 48159, - [SMALL_STATE(1235)] = 48172, - [SMALL_STATE(1236)] = 48181, - [SMALL_STATE(1237)] = 48194, - [SMALL_STATE(1238)] = 48207, - [SMALL_STATE(1239)] = 48216, - [SMALL_STATE(1240)] = 48229, - [SMALL_STATE(1241)] = 48242, - [SMALL_STATE(1242)] = 48251, - [SMALL_STATE(1243)] = 48260, - [SMALL_STATE(1244)] = 48273, - [SMALL_STATE(1245)] = 48286, - [SMALL_STATE(1246)] = 48295, - [SMALL_STATE(1247)] = 48308, - [SMALL_STATE(1248)] = 48321, - [SMALL_STATE(1249)] = 48334, - [SMALL_STATE(1250)] = 48347, - [SMALL_STATE(1251)] = 48356, - [SMALL_STATE(1252)] = 48369, - [SMALL_STATE(1253)] = 48382, - [SMALL_STATE(1254)] = 48391, - [SMALL_STATE(1255)] = 48404, - [SMALL_STATE(1256)] = 48417, - [SMALL_STATE(1257)] = 48426, - [SMALL_STATE(1258)] = 48439, - [SMALL_STATE(1259)] = 48448, - [SMALL_STATE(1260)] = 48461, - [SMALL_STATE(1261)] = 48470, - [SMALL_STATE(1262)] = 48483, - [SMALL_STATE(1263)] = 48496, - [SMALL_STATE(1264)] = 48509, - [SMALL_STATE(1265)] = 48522, - [SMALL_STATE(1266)] = 48535, - [SMALL_STATE(1267)] = 48548, - [SMALL_STATE(1268)] = 48559, - [SMALL_STATE(1269)] = 48572, - [SMALL_STATE(1270)] = 48585, - [SMALL_STATE(1271)] = 48598, - [SMALL_STATE(1272)] = 48611, - [SMALL_STATE(1273)] = 48620, - [SMALL_STATE(1274)] = 48633, - [SMALL_STATE(1275)] = 48646, - [SMALL_STATE(1276)] = 48659, - [SMALL_STATE(1277)] = 48672, - [SMALL_STATE(1278)] = 48685, - [SMALL_STATE(1279)] = 48698, - [SMALL_STATE(1280)] = 48711, - [SMALL_STATE(1281)] = 48724, - [SMALL_STATE(1282)] = 48737, - [SMALL_STATE(1283)] = 48746, - [SMALL_STATE(1284)] = 48759, - [SMALL_STATE(1285)] = 48772, - [SMALL_STATE(1286)] = 48785, - [SMALL_STATE(1287)] = 48798, - [SMALL_STATE(1288)] = 48811, - [SMALL_STATE(1289)] = 48820, - [SMALL_STATE(1290)] = 48833, - [SMALL_STATE(1291)] = 48846, - [SMALL_STATE(1292)] = 48859, - [SMALL_STATE(1293)] = 48872, - [SMALL_STATE(1294)] = 48881, - [SMALL_STATE(1295)] = 48894, - [SMALL_STATE(1296)] = 48907, - [SMALL_STATE(1297)] = 48916, - [SMALL_STATE(1298)] = 48929, - [SMALL_STATE(1299)] = 48942, - [SMALL_STATE(1300)] = 48953, - [SMALL_STATE(1301)] = 48966, - [SMALL_STATE(1302)] = 48975, - [SMALL_STATE(1303)] = 48988, - [SMALL_STATE(1304)] = 48999, - [SMALL_STATE(1305)] = 49012, - [SMALL_STATE(1306)] = 49025, - [SMALL_STATE(1307)] = 49038, - [SMALL_STATE(1308)] = 49051, - [SMALL_STATE(1309)] = 49060, - [SMALL_STATE(1310)] = 49071, - [SMALL_STATE(1311)] = 49080, - [SMALL_STATE(1312)] = 49093, - [SMALL_STATE(1313)] = 49106, - [SMALL_STATE(1314)] = 49115, - [SMALL_STATE(1315)] = 49128, - [SMALL_STATE(1316)] = 49141, - [SMALL_STATE(1317)] = 49150, - [SMALL_STATE(1318)] = 49159, - [SMALL_STATE(1319)] = 49168, - [SMALL_STATE(1320)] = 49181, - [SMALL_STATE(1321)] = 49190, - [SMALL_STATE(1322)] = 49199, - [SMALL_STATE(1323)] = 49208, - [SMALL_STATE(1324)] = 49219, - [SMALL_STATE(1325)] = 49232, - [SMALL_STATE(1326)] = 49241, - [SMALL_STATE(1327)] = 49254, - [SMALL_STATE(1328)] = 49267, - [SMALL_STATE(1329)] = 49276, - [SMALL_STATE(1330)] = 49287, - [SMALL_STATE(1331)] = 49300, - [SMALL_STATE(1332)] = 49313, - [SMALL_STATE(1333)] = 49322, - [SMALL_STATE(1334)] = 49335, - [SMALL_STATE(1335)] = 49348, - [SMALL_STATE(1336)] = 49357, - [SMALL_STATE(1337)] = 49370, - [SMALL_STATE(1338)] = 49379, - [SMALL_STATE(1339)] = 49392, - [SMALL_STATE(1340)] = 49405, - [SMALL_STATE(1341)] = 49418, - [SMALL_STATE(1342)] = 49429, - [SMALL_STATE(1343)] = 49438, - [SMALL_STATE(1344)] = 49451, - [SMALL_STATE(1345)] = 49464, - [SMALL_STATE(1346)] = 49477, - [SMALL_STATE(1347)] = 49490, - [SMALL_STATE(1348)] = 49499, - [SMALL_STATE(1349)] = 49512, - [SMALL_STATE(1350)] = 49525, - [SMALL_STATE(1351)] = 49538, - [SMALL_STATE(1352)] = 49551, - [SMALL_STATE(1353)] = 49564, - [SMALL_STATE(1354)] = 49577, - [SMALL_STATE(1355)] = 49590, - [SMALL_STATE(1356)] = 49603, - [SMALL_STATE(1357)] = 49616, - [SMALL_STATE(1358)] = 49629, - [SMALL_STATE(1359)] = 49642, - [SMALL_STATE(1360)] = 49655, - [SMALL_STATE(1361)] = 49664, - [SMALL_STATE(1362)] = 49677, - [SMALL_STATE(1363)] = 49690, - [SMALL_STATE(1364)] = 49703, - [SMALL_STATE(1365)] = 49716, - [SMALL_STATE(1366)] = 49725, - [SMALL_STATE(1367)] = 49736, - [SMALL_STATE(1368)] = 49749, - [SMALL_STATE(1369)] = 49762, - [SMALL_STATE(1370)] = 49771, - [SMALL_STATE(1371)] = 49780, - [SMALL_STATE(1372)] = 49793, - [SMALL_STATE(1373)] = 49802, - [SMALL_STATE(1374)] = 49811, - [SMALL_STATE(1375)] = 49824, - [SMALL_STATE(1376)] = 49837, - [SMALL_STATE(1377)] = 49846, - [SMALL_STATE(1378)] = 49859, - [SMALL_STATE(1379)] = 49868, - [SMALL_STATE(1380)] = 49877, - [SMALL_STATE(1381)] = 49890, - [SMALL_STATE(1382)] = 49899, - [SMALL_STATE(1383)] = 49910, - [SMALL_STATE(1384)] = 49923, - [SMALL_STATE(1385)] = 49936, - [SMALL_STATE(1386)] = 49945, - [SMALL_STATE(1387)] = 49958, - [SMALL_STATE(1388)] = 49971, - [SMALL_STATE(1389)] = 49984, - [SMALL_STATE(1390)] = 49997, - [SMALL_STATE(1391)] = 50008, - [SMALL_STATE(1392)] = 50017, - [SMALL_STATE(1393)] = 50026, - [SMALL_STATE(1394)] = 50039, - [SMALL_STATE(1395)] = 50048, - [SMALL_STATE(1396)] = 50061, - [SMALL_STATE(1397)] = 50074, - [SMALL_STATE(1398)] = 50087, - [SMALL_STATE(1399)] = 50100, - [SMALL_STATE(1400)] = 50113, - [SMALL_STATE(1401)] = 50126, - [SMALL_STATE(1402)] = 50139, - [SMALL_STATE(1403)] = 50152, - [SMALL_STATE(1404)] = 50165, - [SMALL_STATE(1405)] = 50178, - [SMALL_STATE(1406)] = 50191, - [SMALL_STATE(1407)] = 50200, - [SMALL_STATE(1408)] = 50213, - [SMALL_STATE(1409)] = 50222, - [SMALL_STATE(1410)] = 50235, - [SMALL_STATE(1411)] = 50248, - [SMALL_STATE(1412)] = 50257, - [SMALL_STATE(1413)] = 50270, - [SMALL_STATE(1414)] = 50283, - [SMALL_STATE(1415)] = 50296, - [SMALL_STATE(1416)] = 50309, - [SMALL_STATE(1417)] = 50318, - [SMALL_STATE(1418)] = 50327, - [SMALL_STATE(1419)] = 50340, - [SMALL_STATE(1420)] = 50349, - [SMALL_STATE(1421)] = 50362, - [SMALL_STATE(1422)] = 50375, - [SMALL_STATE(1423)] = 50384, - [SMALL_STATE(1424)] = 50397, - [SMALL_STATE(1425)] = 50410, - [SMALL_STATE(1426)] = 50423, - [SMALL_STATE(1427)] = 50434, - [SMALL_STATE(1428)] = 50447, - [SMALL_STATE(1429)] = 50460, - [SMALL_STATE(1430)] = 50470, - [SMALL_STATE(1431)] = 50480, - [SMALL_STATE(1432)] = 50490, + [SMALL_STATE(986)] = 44045, + [SMALL_STATE(987)] = 44060, + [SMALL_STATE(988)] = 44075, + [SMALL_STATE(989)] = 44100, + [SMALL_STATE(990)] = 44115, + [SMALL_STATE(991)] = 44140, + [SMALL_STATE(992)] = 44153, + [SMALL_STATE(993)] = 44178, + [SMALL_STATE(994)] = 44203, + [SMALL_STATE(995)] = 44216, + [SMALL_STATE(996)] = 44229, + [SMALL_STATE(997)] = 44242, + [SMALL_STATE(998)] = 44259, + [SMALL_STATE(999)] = 44284, + [SMALL_STATE(1000)] = 44297, + [SMALL_STATE(1001)] = 44312, + [SMALL_STATE(1002)] = 44337, + [SMALL_STATE(1003)] = 44352, + [SMALL_STATE(1004)] = 44369, + [SMALL_STATE(1005)] = 44382, + [SMALL_STATE(1006)] = 44395, + [SMALL_STATE(1007)] = 44408, + [SMALL_STATE(1008)] = 44433, + [SMALL_STATE(1009)] = 44458, + [SMALL_STATE(1010)] = 44481, + [SMALL_STATE(1011)] = 44506, + [SMALL_STATE(1012)] = 44521, + [SMALL_STATE(1013)] = 44535, + [SMALL_STATE(1014)] = 44555, + [SMALL_STATE(1015)] = 44575, + [SMALL_STATE(1016)] = 44593, + [SMALL_STATE(1017)] = 44615, + [SMALL_STATE(1018)] = 44637, + [SMALL_STATE(1019)] = 44649, + [SMALL_STATE(1020)] = 44671, + [SMALL_STATE(1021)] = 44691, + [SMALL_STATE(1022)] = 44703, + [SMALL_STATE(1023)] = 44723, + [SMALL_STATE(1024)] = 44735, + [SMALL_STATE(1025)] = 44757, + [SMALL_STATE(1026)] = 44779, + [SMALL_STATE(1027)] = 44791, + [SMALL_STATE(1028)] = 44813, + [SMALL_STATE(1029)] = 44835, + [SMALL_STATE(1030)] = 44857, + [SMALL_STATE(1031)] = 44873, + [SMALL_STATE(1032)] = 44893, + [SMALL_STATE(1033)] = 44913, + [SMALL_STATE(1034)] = 44935, + [SMALL_STATE(1035)] = 44953, + [SMALL_STATE(1036)] = 44973, + [SMALL_STATE(1037)] = 44991, + [SMALL_STATE(1038)] = 45013, + [SMALL_STATE(1039)] = 45035, + [SMALL_STATE(1040)] = 45047, + [SMALL_STATE(1041)] = 45069, + [SMALL_STATE(1042)] = 45091, + [SMALL_STATE(1043)] = 45111, + [SMALL_STATE(1044)] = 45131, + [SMALL_STATE(1045)] = 45151, + [SMALL_STATE(1046)] = 45173, + [SMALL_STATE(1047)] = 45192, + [SMALL_STATE(1048)] = 45207, + [SMALL_STATE(1049)] = 45226, + [SMALL_STATE(1050)] = 45239, + [SMALL_STATE(1051)] = 45258, + [SMALL_STATE(1052)] = 45277, + [SMALL_STATE(1053)] = 45296, + [SMALL_STATE(1054)] = 45315, + [SMALL_STATE(1055)] = 45334, + [SMALL_STATE(1056)] = 45351, + [SMALL_STATE(1057)] = 45370, + [SMALL_STATE(1058)] = 45389, + [SMALL_STATE(1059)] = 45406, + [SMALL_STATE(1060)] = 45425, + [SMALL_STATE(1061)] = 45444, + [SMALL_STATE(1062)] = 45463, + [SMALL_STATE(1063)] = 45482, + [SMALL_STATE(1064)] = 45501, + [SMALL_STATE(1065)] = 45520, + [SMALL_STATE(1066)] = 45537, + [SMALL_STATE(1067)] = 45552, + [SMALL_STATE(1068)] = 45571, + [SMALL_STATE(1069)] = 45590, + [SMALL_STATE(1070)] = 45609, + [SMALL_STATE(1071)] = 45628, + [SMALL_STATE(1072)] = 45647, + [SMALL_STATE(1073)] = 45666, + [SMALL_STATE(1074)] = 45685, + [SMALL_STATE(1075)] = 45704, + [SMALL_STATE(1076)] = 45723, + [SMALL_STATE(1077)] = 45742, + [SMALL_STATE(1078)] = 45755, + [SMALL_STATE(1079)] = 45774, + [SMALL_STATE(1080)] = 45793, + [SMALL_STATE(1081)] = 45812, + [SMALL_STATE(1082)] = 45831, + [SMALL_STATE(1083)] = 45846, + [SMALL_STATE(1084)] = 45865, + [SMALL_STATE(1085)] = 45884, + [SMALL_STATE(1086)] = 45903, + [SMALL_STATE(1087)] = 45918, + [SMALL_STATE(1088)] = 45937, + [SMALL_STATE(1089)] = 45956, + [SMALL_STATE(1090)] = 45975, + [SMALL_STATE(1091)] = 45994, + [SMALL_STATE(1092)] = 46009, + [SMALL_STATE(1093)] = 46028, + [SMALL_STATE(1094)] = 46047, + [SMALL_STATE(1095)] = 46066, + [SMALL_STATE(1096)] = 46085, + [SMALL_STATE(1097)] = 46104, + [SMALL_STATE(1098)] = 46123, + [SMALL_STATE(1099)] = 46142, + [SMALL_STATE(1100)] = 46161, + [SMALL_STATE(1101)] = 46172, + [SMALL_STATE(1102)] = 46185, + [SMALL_STATE(1103)] = 46202, + [SMALL_STATE(1104)] = 46221, + [SMALL_STATE(1105)] = 46240, + [SMALL_STATE(1106)] = 46259, + [SMALL_STATE(1107)] = 46274, + [SMALL_STATE(1108)] = 46291, + [SMALL_STATE(1109)] = 46306, + [SMALL_STATE(1110)] = 46321, + [SMALL_STATE(1111)] = 46338, + [SMALL_STATE(1112)] = 46355, + [SMALL_STATE(1113)] = 46374, + [SMALL_STATE(1114)] = 46389, + [SMALL_STATE(1115)] = 46408, + [SMALL_STATE(1116)] = 46425, + [SMALL_STATE(1117)] = 46442, + [SMALL_STATE(1118)] = 46453, + [SMALL_STATE(1119)] = 46470, + [SMALL_STATE(1120)] = 46489, + [SMALL_STATE(1121)] = 46508, + [SMALL_STATE(1122)] = 46527, + [SMALL_STATE(1123)] = 46546, + [SMALL_STATE(1124)] = 46565, + [SMALL_STATE(1125)] = 46584, + [SMALL_STATE(1126)] = 46603, + [SMALL_STATE(1127)] = 46618, + [SMALL_STATE(1128)] = 46637, + [SMALL_STATE(1129)] = 46656, + [SMALL_STATE(1130)] = 46675, + [SMALL_STATE(1131)] = 46689, + [SMALL_STATE(1132)] = 46701, + [SMALL_STATE(1133)] = 46717, + [SMALL_STATE(1134)] = 46733, + [SMALL_STATE(1135)] = 46743, + [SMALL_STATE(1136)] = 46759, + [SMALL_STATE(1137)] = 46775, + [SMALL_STATE(1138)] = 46789, + [SMALL_STATE(1139)] = 46805, + [SMALL_STATE(1140)] = 46819, + [SMALL_STATE(1141)] = 46833, + [SMALL_STATE(1142)] = 46845, + [SMALL_STATE(1143)] = 46859, + [SMALL_STATE(1144)] = 46873, + [SMALL_STATE(1145)] = 46889, + [SMALL_STATE(1146)] = 46905, + [SMALL_STATE(1147)] = 46921, + [SMALL_STATE(1148)] = 46937, + [SMALL_STATE(1149)] = 46953, + [SMALL_STATE(1150)] = 46965, + [SMALL_STATE(1151)] = 46979, + [SMALL_STATE(1152)] = 46993, + [SMALL_STATE(1153)] = 47007, + [SMALL_STATE(1154)] = 47021, + [SMALL_STATE(1155)] = 47037, + [SMALL_STATE(1156)] = 47053, + [SMALL_STATE(1157)] = 47067, + [SMALL_STATE(1158)] = 47083, + [SMALL_STATE(1159)] = 47093, + [SMALL_STATE(1160)] = 47103, + [SMALL_STATE(1161)] = 47119, + [SMALL_STATE(1162)] = 47133, + [SMALL_STATE(1163)] = 47149, + [SMALL_STATE(1164)] = 47165, + [SMALL_STATE(1165)] = 47179, + [SMALL_STATE(1166)] = 47195, + [SMALL_STATE(1167)] = 47209, + [SMALL_STATE(1168)] = 47223, + [SMALL_STATE(1169)] = 47239, + [SMALL_STATE(1170)] = 47255, + [SMALL_STATE(1171)] = 47271, + [SMALL_STATE(1172)] = 47287, + [SMALL_STATE(1173)] = 47301, + [SMALL_STATE(1174)] = 47317, + [SMALL_STATE(1175)] = 47329, + [SMALL_STATE(1176)] = 47343, + [SMALL_STATE(1177)] = 47359, + [SMALL_STATE(1178)] = 47375, + [SMALL_STATE(1179)] = 47391, + [SMALL_STATE(1180)] = 47407, + [SMALL_STATE(1181)] = 47421, + [SMALL_STATE(1182)] = 47437, + [SMALL_STATE(1183)] = 47447, + [SMALL_STATE(1184)] = 47457, + [SMALL_STATE(1185)] = 47473, + [SMALL_STATE(1186)] = 47487, + [SMALL_STATE(1187)] = 47503, + [SMALL_STATE(1188)] = 47519, + [SMALL_STATE(1189)] = 47533, + [SMALL_STATE(1190)] = 47545, + [SMALL_STATE(1191)] = 47555, + [SMALL_STATE(1192)] = 47571, + [SMALL_STATE(1193)] = 47587, + [SMALL_STATE(1194)] = 47597, + [SMALL_STATE(1195)] = 47613, + [SMALL_STATE(1196)] = 47627, + [SMALL_STATE(1197)] = 47641, + [SMALL_STATE(1198)] = 47657, + [SMALL_STATE(1199)] = 47671, + [SMALL_STATE(1200)] = 47683, + [SMALL_STATE(1201)] = 47697, + [SMALL_STATE(1202)] = 47711, + [SMALL_STATE(1203)] = 47727, + [SMALL_STATE(1204)] = 47743, + [SMALL_STATE(1205)] = 47757, + [SMALL_STATE(1206)] = 47773, + [SMALL_STATE(1207)] = 47785, + [SMALL_STATE(1208)] = 47797, + [SMALL_STATE(1209)] = 47813, + [SMALL_STATE(1210)] = 47829, + [SMALL_STATE(1211)] = 47843, + [SMALL_STATE(1212)] = 47859, + [SMALL_STATE(1213)] = 47869, + [SMALL_STATE(1214)] = 47883, + [SMALL_STATE(1215)] = 47899, + [SMALL_STATE(1216)] = 47911, + [SMALL_STATE(1217)] = 47923, + [SMALL_STATE(1218)] = 47933, + [SMALL_STATE(1219)] = 47943, + [SMALL_STATE(1220)] = 47957, + [SMALL_STATE(1221)] = 47971, + [SMALL_STATE(1222)] = 47981, + [SMALL_STATE(1223)] = 47997, + [SMALL_STATE(1224)] = 48013, + [SMALL_STATE(1225)] = 48027, + [SMALL_STATE(1226)] = 48041, + [SMALL_STATE(1227)] = 48057, + [SMALL_STATE(1228)] = 48073, + [SMALL_STATE(1229)] = 48089, + [SMALL_STATE(1230)] = 48105, + [SMALL_STATE(1231)] = 48121, + [SMALL_STATE(1232)] = 48134, + [SMALL_STATE(1233)] = 48143, + [SMALL_STATE(1234)] = 48156, + [SMALL_STATE(1235)] = 48169, + [SMALL_STATE(1236)] = 48178, + [SMALL_STATE(1237)] = 48191, + [SMALL_STATE(1238)] = 48200, + [SMALL_STATE(1239)] = 48213, + [SMALL_STATE(1240)] = 48226, + [SMALL_STATE(1241)] = 48239, + [SMALL_STATE(1242)] = 48252, + [SMALL_STATE(1243)] = 48265, + [SMALL_STATE(1244)] = 48278, + [SMALL_STATE(1245)] = 48291, + [SMALL_STATE(1246)] = 48304, + [SMALL_STATE(1247)] = 48313, + [SMALL_STATE(1248)] = 48326, + [SMALL_STATE(1249)] = 48335, + [SMALL_STATE(1250)] = 48348, + [SMALL_STATE(1251)] = 48357, + [SMALL_STATE(1252)] = 48370, + [SMALL_STATE(1253)] = 48383, + [SMALL_STATE(1254)] = 48396, + [SMALL_STATE(1255)] = 48409, + [SMALL_STATE(1256)] = 48418, + [SMALL_STATE(1257)] = 48427, + [SMALL_STATE(1258)] = 48440, + [SMALL_STATE(1259)] = 48451, + [SMALL_STATE(1260)] = 48464, + [SMALL_STATE(1261)] = 48475, + [SMALL_STATE(1262)] = 48484, + [SMALL_STATE(1263)] = 48497, + [SMALL_STATE(1264)] = 48510, + [SMALL_STATE(1265)] = 48523, + [SMALL_STATE(1266)] = 48536, + [SMALL_STATE(1267)] = 48549, + [SMALL_STATE(1268)] = 48562, + [SMALL_STATE(1269)] = 48571, + [SMALL_STATE(1270)] = 48584, + [SMALL_STATE(1271)] = 48597, + [SMALL_STATE(1272)] = 48610, + [SMALL_STATE(1273)] = 48623, + [SMALL_STATE(1274)] = 48636, + [SMALL_STATE(1275)] = 48645, + [SMALL_STATE(1276)] = 48654, + [SMALL_STATE(1277)] = 48667, + [SMALL_STATE(1278)] = 48680, + [SMALL_STATE(1279)] = 48693, + [SMALL_STATE(1280)] = 48706, + [SMALL_STATE(1281)] = 48719, + [SMALL_STATE(1282)] = 48732, + [SMALL_STATE(1283)] = 48741, + [SMALL_STATE(1284)] = 48754, + [SMALL_STATE(1285)] = 48767, + [SMALL_STATE(1286)] = 48780, + [SMALL_STATE(1287)] = 48793, + [SMALL_STATE(1288)] = 48802, + [SMALL_STATE(1289)] = 48815, + [SMALL_STATE(1290)] = 48828, + [SMALL_STATE(1291)] = 48841, + [SMALL_STATE(1292)] = 48854, + [SMALL_STATE(1293)] = 48863, + [SMALL_STATE(1294)] = 48876, + [SMALL_STATE(1295)] = 48885, + [SMALL_STATE(1296)] = 48894, + [SMALL_STATE(1297)] = 48907, + [SMALL_STATE(1298)] = 48920, + [SMALL_STATE(1299)] = 48933, + [SMALL_STATE(1300)] = 48946, + [SMALL_STATE(1301)] = 48959, + [SMALL_STATE(1302)] = 48968, + [SMALL_STATE(1303)] = 48981, + [SMALL_STATE(1304)] = 48992, + [SMALL_STATE(1305)] = 49001, + [SMALL_STATE(1306)] = 49014, + [SMALL_STATE(1307)] = 49027, + [SMALL_STATE(1308)] = 49040, + [SMALL_STATE(1309)] = 49053, + [SMALL_STATE(1310)] = 49066, + [SMALL_STATE(1311)] = 49075, + [SMALL_STATE(1312)] = 49088, + [SMALL_STATE(1313)] = 49101, + [SMALL_STATE(1314)] = 49114, + [SMALL_STATE(1315)] = 49123, + [SMALL_STATE(1316)] = 49136, + [SMALL_STATE(1317)] = 49145, + [SMALL_STATE(1318)] = 49154, + [SMALL_STATE(1319)] = 49163, + [SMALL_STATE(1320)] = 49176, + [SMALL_STATE(1321)] = 49185, + [SMALL_STATE(1322)] = 49198, + [SMALL_STATE(1323)] = 49209, + [SMALL_STATE(1324)] = 49222, + [SMALL_STATE(1325)] = 49231, + [SMALL_STATE(1326)] = 49240, + [SMALL_STATE(1327)] = 49249, + [SMALL_STATE(1328)] = 49260, + [SMALL_STATE(1329)] = 49269, + [SMALL_STATE(1330)] = 49282, + [SMALL_STATE(1331)] = 49295, + [SMALL_STATE(1332)] = 49308, + [SMALL_STATE(1333)] = 49321, + [SMALL_STATE(1334)] = 49330, + [SMALL_STATE(1335)] = 49343, + [SMALL_STATE(1336)] = 49356, + [SMALL_STATE(1337)] = 49365, + [SMALL_STATE(1338)] = 49378, + [SMALL_STATE(1339)] = 49387, + [SMALL_STATE(1340)] = 49400, + [SMALL_STATE(1341)] = 49413, + [SMALL_STATE(1342)] = 49426, + [SMALL_STATE(1343)] = 49439, + [SMALL_STATE(1344)] = 49450, + [SMALL_STATE(1345)] = 49463, + [SMALL_STATE(1346)] = 49476, + [SMALL_STATE(1347)] = 49489, + [SMALL_STATE(1348)] = 49498, + [SMALL_STATE(1349)] = 49511, + [SMALL_STATE(1350)] = 49524, + [SMALL_STATE(1351)] = 49537, + [SMALL_STATE(1352)] = 49550, + [SMALL_STATE(1353)] = 49563, + [SMALL_STATE(1354)] = 49576, + [SMALL_STATE(1355)] = 49589, + [SMALL_STATE(1356)] = 49602, + [SMALL_STATE(1357)] = 49615, + [SMALL_STATE(1358)] = 49628, + [SMALL_STATE(1359)] = 49641, + [SMALL_STATE(1360)] = 49654, + [SMALL_STATE(1361)] = 49667, + [SMALL_STATE(1362)] = 49678, + [SMALL_STATE(1363)] = 49691, + [SMALL_STATE(1364)] = 49704, + [SMALL_STATE(1365)] = 49717, + [SMALL_STATE(1366)] = 49730, + [SMALL_STATE(1367)] = 49743, + [SMALL_STATE(1368)] = 49754, + [SMALL_STATE(1369)] = 49767, + [SMALL_STATE(1370)] = 49776, + [SMALL_STATE(1371)] = 49785, + [SMALL_STATE(1372)] = 49794, + [SMALL_STATE(1373)] = 49803, + [SMALL_STATE(1374)] = 49812, + [SMALL_STATE(1375)] = 49825, + [SMALL_STATE(1376)] = 49834, + [SMALL_STATE(1377)] = 49843, + [SMALL_STATE(1378)] = 49852, + [SMALL_STATE(1379)] = 49861, + [SMALL_STATE(1380)] = 49874, + [SMALL_STATE(1381)] = 49887, + [SMALL_STATE(1382)] = 49896, + [SMALL_STATE(1383)] = 49907, + [SMALL_STATE(1384)] = 49920, + [SMALL_STATE(1385)] = 49929, + [SMALL_STATE(1386)] = 49942, + [SMALL_STATE(1387)] = 49955, + [SMALL_STATE(1388)] = 49968, + [SMALL_STATE(1389)] = 49981, + [SMALL_STATE(1390)] = 49994, + [SMALL_STATE(1391)] = 50007, + [SMALL_STATE(1392)] = 50020, + [SMALL_STATE(1393)] = 50033, + [SMALL_STATE(1394)] = 50046, + [SMALL_STATE(1395)] = 50055, + [SMALL_STATE(1396)] = 50064, + [SMALL_STATE(1397)] = 50077, + [SMALL_STATE(1398)] = 50090, + [SMALL_STATE(1399)] = 50103, + [SMALL_STATE(1400)] = 50116, + [SMALL_STATE(1401)] = 50129, + [SMALL_STATE(1402)] = 50142, + [SMALL_STATE(1403)] = 50155, + [SMALL_STATE(1404)] = 50168, + [SMALL_STATE(1405)] = 50181, + [SMALL_STATE(1406)] = 50194, + [SMALL_STATE(1407)] = 50207, + [SMALL_STATE(1408)] = 50220, + [SMALL_STATE(1409)] = 50233, + [SMALL_STATE(1410)] = 50246, + [SMALL_STATE(1411)] = 50259, + [SMALL_STATE(1412)] = 50272, + [SMALL_STATE(1413)] = 50285, + [SMALL_STATE(1414)] = 50294, + [SMALL_STATE(1415)] = 50305, + [SMALL_STATE(1416)] = 50314, + [SMALL_STATE(1417)] = 50323, + [SMALL_STATE(1418)] = 50332, + [SMALL_STATE(1419)] = 50341, + [SMALL_STATE(1420)] = 50350, + [SMALL_STATE(1421)] = 50363, + [SMALL_STATE(1422)] = 50372, + [SMALL_STATE(1423)] = 50385, + [SMALL_STATE(1424)] = 50398, + [SMALL_STATE(1425)] = 50411, + [SMALL_STATE(1426)] = 50424, + [SMALL_STATE(1427)] = 50435, + [SMALL_STATE(1428)] = 50448, + [SMALL_STATE(1429)] = 50461, + [SMALL_STATE(1430)] = 50474, + [SMALL_STATE(1431)] = 50484, + [SMALL_STATE(1432)] = 50492, [SMALL_STATE(1433)] = 50500, - [SMALL_STATE(1434)] = 50508, + [SMALL_STATE(1434)] = 50510, [SMALL_STATE(1435)] = 50518, - [SMALL_STATE(1436)] = 50528, - [SMALL_STATE(1437)] = 50536, - [SMALL_STATE(1438)] = 50546, - [SMALL_STATE(1439)] = 50556, + [SMALL_STATE(1436)] = 50526, + [SMALL_STATE(1437)] = 50534, + [SMALL_STATE(1438)] = 50544, + [SMALL_STATE(1439)] = 50554, [SMALL_STATE(1440)] = 50564, - [SMALL_STATE(1441)] = 50572, - [SMALL_STATE(1442)] = 50580, - [SMALL_STATE(1443)] = 50588, - [SMALL_STATE(1444)] = 50598, - [SMALL_STATE(1445)] = 50608, - [SMALL_STATE(1446)] = 50618, - [SMALL_STATE(1447)] = 50628, - [SMALL_STATE(1448)] = 50638, - [SMALL_STATE(1449)] = 50646, - [SMALL_STATE(1450)] = 50654, - [SMALL_STATE(1451)] = 50664, - [SMALL_STATE(1452)] = 50672, - [SMALL_STATE(1453)] = 50682, - [SMALL_STATE(1454)] = 50692, - [SMALL_STATE(1455)] = 50702, + [SMALL_STATE(1441)] = 50574, + [SMALL_STATE(1442)] = 50584, + [SMALL_STATE(1443)] = 50594, + [SMALL_STATE(1444)] = 50604, + [SMALL_STATE(1445)] = 50614, + [SMALL_STATE(1446)] = 50624, + [SMALL_STATE(1447)] = 50632, + [SMALL_STATE(1448)] = 50640, + [SMALL_STATE(1449)] = 50650, + [SMALL_STATE(1450)] = 50660, + [SMALL_STATE(1451)] = 50670, + [SMALL_STATE(1452)] = 50678, + [SMALL_STATE(1453)] = 50686, + [SMALL_STATE(1454)] = 50694, + [SMALL_STATE(1455)] = 50704, [SMALL_STATE(1456)] = 50712, - [SMALL_STATE(1457)] = 50720, - [SMALL_STATE(1458)] = 50728, - [SMALL_STATE(1459)] = 50736, - [SMALL_STATE(1460)] = 50746, - [SMALL_STATE(1461)] = 50756, - [SMALL_STATE(1462)] = 50766, - [SMALL_STATE(1463)] = 50774, - [SMALL_STATE(1464)] = 50782, - [SMALL_STATE(1465)] = 50792, - [SMALL_STATE(1466)] = 50802, - [SMALL_STATE(1467)] = 50810, - [SMALL_STATE(1468)] = 50818, - [SMALL_STATE(1469)] = 50828, - [SMALL_STATE(1470)] = 50836, - [SMALL_STATE(1471)] = 50846, - [SMALL_STATE(1472)] = 50856, - [SMALL_STATE(1473)] = 50866, - [SMALL_STATE(1474)] = 50876, - [SMALL_STATE(1475)] = 50884, - [SMALL_STATE(1476)] = 50892, - [SMALL_STATE(1477)] = 50900, - [SMALL_STATE(1478)] = 50910, - [SMALL_STATE(1479)] = 50918, - [SMALL_STATE(1480)] = 50928, - [SMALL_STATE(1481)] = 50936, - [SMALL_STATE(1482)] = 50944, - [SMALL_STATE(1483)] = 50954, - [SMALL_STATE(1484)] = 50964, - [SMALL_STATE(1485)] = 50972, - [SMALL_STATE(1486)] = 50980, - [SMALL_STATE(1487)] = 50988, - [SMALL_STATE(1488)] = 50998, - [SMALL_STATE(1489)] = 51006, - [SMALL_STATE(1490)] = 51014, - [SMALL_STATE(1491)] = 51024, - [SMALL_STATE(1492)] = 51034, - [SMALL_STATE(1493)] = 51042, - [SMALL_STATE(1494)] = 51050, - [SMALL_STATE(1495)] = 51060, - [SMALL_STATE(1496)] = 51068, - [SMALL_STATE(1497)] = 51078, + [SMALL_STATE(1457)] = 50722, + [SMALL_STATE(1458)] = 50732, + [SMALL_STATE(1459)] = 50742, + [SMALL_STATE(1460)] = 50752, + [SMALL_STATE(1461)] = 50760, + [SMALL_STATE(1462)] = 50770, + [SMALL_STATE(1463)] = 50778, + [SMALL_STATE(1464)] = 50786, + [SMALL_STATE(1465)] = 50794, + [SMALL_STATE(1466)] = 50804, + [SMALL_STATE(1467)] = 50812, + [SMALL_STATE(1468)] = 50820, + [SMALL_STATE(1469)] = 50830, + [SMALL_STATE(1470)] = 50840, + [SMALL_STATE(1471)] = 50850, + [SMALL_STATE(1472)] = 50860, + [SMALL_STATE(1473)] = 50868, + [SMALL_STATE(1474)] = 50878, + [SMALL_STATE(1475)] = 50886, + [SMALL_STATE(1476)] = 50896, + [SMALL_STATE(1477)] = 50904, + [SMALL_STATE(1478)] = 50914, + [SMALL_STATE(1479)] = 50922, + [SMALL_STATE(1480)] = 50932, + [SMALL_STATE(1481)] = 50942, + [SMALL_STATE(1482)] = 50950, + [SMALL_STATE(1483)] = 50960, + [SMALL_STATE(1484)] = 50968, + [SMALL_STATE(1485)] = 50976, + [SMALL_STATE(1486)] = 50984, + [SMALL_STATE(1487)] = 50992, + [SMALL_STATE(1488)] = 51000, + [SMALL_STATE(1489)] = 51010, + [SMALL_STATE(1490)] = 51018, + [SMALL_STATE(1491)] = 51028, + [SMALL_STATE(1492)] = 51036, + [SMALL_STATE(1493)] = 51046, + [SMALL_STATE(1494)] = 51054, + [SMALL_STATE(1495)] = 51062, + [SMALL_STATE(1496)] = 51070, + [SMALL_STATE(1497)] = 51080, [SMALL_STATE(1498)] = 51088, - [SMALL_STATE(1499)] = 51096, - [SMALL_STATE(1500)] = 51104, - [SMALL_STATE(1501)] = 51114, - [SMALL_STATE(1502)] = 51122, - [SMALL_STATE(1503)] = 51130, - [SMALL_STATE(1504)] = 51138, - [SMALL_STATE(1505)] = 51148, - [SMALL_STATE(1506)] = 51156, - [SMALL_STATE(1507)] = 51164, - [SMALL_STATE(1508)] = 51172, - [SMALL_STATE(1509)] = 51180, - [SMALL_STATE(1510)] = 51190, - [SMALL_STATE(1511)] = 51200, - [SMALL_STATE(1512)] = 51210, - [SMALL_STATE(1513)] = 51220, - [SMALL_STATE(1514)] = 51230, - [SMALL_STATE(1515)] = 51238, - [SMALL_STATE(1516)] = 51248, - [SMALL_STATE(1517)] = 51258, - [SMALL_STATE(1518)] = 51266, - [SMALL_STATE(1519)] = 51274, - [SMALL_STATE(1520)] = 51284, - [SMALL_STATE(1521)] = 51294, - [SMALL_STATE(1522)] = 51304, - [SMALL_STATE(1523)] = 51312, - [SMALL_STATE(1524)] = 51322, - [SMALL_STATE(1525)] = 51332, - [SMALL_STATE(1526)] = 51342, - [SMALL_STATE(1527)] = 51350, - [SMALL_STATE(1528)] = 51358, - [SMALL_STATE(1529)] = 51368, - [SMALL_STATE(1530)] = 51376, - [SMALL_STATE(1531)] = 51384, - [SMALL_STATE(1532)] = 51392, - [SMALL_STATE(1533)] = 51400, - [SMALL_STATE(1534)] = 51410, - [SMALL_STATE(1535)] = 51418, - [SMALL_STATE(1536)] = 51428, - [SMALL_STATE(1537)] = 51438, - [SMALL_STATE(1538)] = 51448, - [SMALL_STATE(1539)] = 51456, - [SMALL_STATE(1540)] = 51466, - [SMALL_STATE(1541)] = 51476, - [SMALL_STATE(1542)] = 51484, - [SMALL_STATE(1543)] = 51494, - [SMALL_STATE(1544)] = 51502, - [SMALL_STATE(1545)] = 51512, - [SMALL_STATE(1546)] = 51520, - [SMALL_STATE(1547)] = 51530, - [SMALL_STATE(1548)] = 51538, - [SMALL_STATE(1549)] = 51546, - [SMALL_STATE(1550)] = 51556, - [SMALL_STATE(1551)] = 51566, - [SMALL_STATE(1552)] = 51574, - [SMALL_STATE(1553)] = 51582, - [SMALL_STATE(1554)] = 51590, - [SMALL_STATE(1555)] = 51600, - [SMALL_STATE(1556)] = 51608, - [SMALL_STATE(1557)] = 51616, - [SMALL_STATE(1558)] = 51624, - [SMALL_STATE(1559)] = 51634, - [SMALL_STATE(1560)] = 51642, - [SMALL_STATE(1561)] = 51650, - [SMALL_STATE(1562)] = 51660, - [SMALL_STATE(1563)] = 51670, - [SMALL_STATE(1564)] = 51678, - [SMALL_STATE(1565)] = 51688, - [SMALL_STATE(1566)] = 51698, - [SMALL_STATE(1567)] = 51706, - [SMALL_STATE(1568)] = 51714, - [SMALL_STATE(1569)] = 51722, - [SMALL_STATE(1570)] = 51730, - [SMALL_STATE(1571)] = 51740, - [SMALL_STATE(1572)] = 51750, - [SMALL_STATE(1573)] = 51758, - [SMALL_STATE(1574)] = 51766, - [SMALL_STATE(1575)] = 51776, - [SMALL_STATE(1576)] = 51784, - [SMALL_STATE(1577)] = 51794, - [SMALL_STATE(1578)] = 51802, - [SMALL_STATE(1579)] = 51812, - [SMALL_STATE(1580)] = 51820, - [SMALL_STATE(1581)] = 51828, - [SMALL_STATE(1582)] = 51838, - [SMALL_STATE(1583)] = 51846, - [SMALL_STATE(1584)] = 51854, - [SMALL_STATE(1585)] = 51862, - [SMALL_STATE(1586)] = 51872, - [SMALL_STATE(1587)] = 51882, - [SMALL_STATE(1588)] = 51890, - [SMALL_STATE(1589)] = 51900, - [SMALL_STATE(1590)] = 51910, - [SMALL_STATE(1591)] = 51918, - [SMALL_STATE(1592)] = 51928, - [SMALL_STATE(1593)] = 51938, - [SMALL_STATE(1594)] = 51948, - [SMALL_STATE(1595)] = 51958, - [SMALL_STATE(1596)] = 51966, - [SMALL_STATE(1597)] = 51974, - [SMALL_STATE(1598)] = 51982, + [SMALL_STATE(1499)] = 51098, + [SMALL_STATE(1500)] = 51108, + [SMALL_STATE(1501)] = 51118, + [SMALL_STATE(1502)] = 51126, + [SMALL_STATE(1503)] = 51134, + [SMALL_STATE(1504)] = 51142, + [SMALL_STATE(1505)] = 51152, + [SMALL_STATE(1506)] = 51160, + [SMALL_STATE(1507)] = 51168, + [SMALL_STATE(1508)] = 51176, + [SMALL_STATE(1509)] = 51184, + [SMALL_STATE(1510)] = 51192, + [SMALL_STATE(1511)] = 51202, + [SMALL_STATE(1512)] = 51212, + [SMALL_STATE(1513)] = 51222, + [SMALL_STATE(1514)] = 51232, + [SMALL_STATE(1515)] = 51242, + [SMALL_STATE(1516)] = 51252, + [SMALL_STATE(1517)] = 51262, + [SMALL_STATE(1518)] = 51270, + [SMALL_STATE(1519)] = 51280, + [SMALL_STATE(1520)] = 51290, + [SMALL_STATE(1521)] = 51298, + [SMALL_STATE(1522)] = 51308, + [SMALL_STATE(1523)] = 51316, + [SMALL_STATE(1524)] = 51326, + [SMALL_STATE(1525)] = 51334, + [SMALL_STATE(1526)] = 51344, + [SMALL_STATE(1527)] = 51352, + [SMALL_STATE(1528)] = 51362, + [SMALL_STATE(1529)] = 51372, + [SMALL_STATE(1530)] = 51380, + [SMALL_STATE(1531)] = 51390, + [SMALL_STATE(1532)] = 51398, + [SMALL_STATE(1533)] = 51406, + [SMALL_STATE(1534)] = 51416, + [SMALL_STATE(1535)] = 51424, + [SMALL_STATE(1536)] = 51434, + [SMALL_STATE(1537)] = 51442, + [SMALL_STATE(1538)] = 51450, + [SMALL_STATE(1539)] = 51460, + [SMALL_STATE(1540)] = 51468, + [SMALL_STATE(1541)] = 51478, + [SMALL_STATE(1542)] = 51488, + [SMALL_STATE(1543)] = 51498, + [SMALL_STATE(1544)] = 51508, + [SMALL_STATE(1545)] = 51516, + [SMALL_STATE(1546)] = 51526, + [SMALL_STATE(1547)] = 51536, + [SMALL_STATE(1548)] = 51544, + [SMALL_STATE(1549)] = 51552, + [SMALL_STATE(1550)] = 51562, + [SMALL_STATE(1551)] = 51572, + [SMALL_STATE(1552)] = 51580, + [SMALL_STATE(1553)] = 51588, + [SMALL_STATE(1554)] = 51596, + [SMALL_STATE(1555)] = 51604, + [SMALL_STATE(1556)] = 51614, + [SMALL_STATE(1557)] = 51622, + [SMALL_STATE(1558)] = 51632, + [SMALL_STATE(1559)] = 51640, + [SMALL_STATE(1560)] = 51648, + [SMALL_STATE(1561)] = 51658, + [SMALL_STATE(1562)] = 51668, + [SMALL_STATE(1563)] = 51676, + [SMALL_STATE(1564)] = 51684, + [SMALL_STATE(1565)] = 51692, + [SMALL_STATE(1566)] = 51700, + [SMALL_STATE(1567)] = 51710, + [SMALL_STATE(1568)] = 51718, + [SMALL_STATE(1569)] = 51726, + [SMALL_STATE(1570)] = 51734, + [SMALL_STATE(1571)] = 51744, + [SMALL_STATE(1572)] = 51754, + [SMALL_STATE(1573)] = 51764, + [SMALL_STATE(1574)] = 51772, + [SMALL_STATE(1575)] = 51782, + [SMALL_STATE(1576)] = 51790, + [SMALL_STATE(1577)] = 51798, + [SMALL_STATE(1578)] = 51806, + [SMALL_STATE(1579)] = 51816, + [SMALL_STATE(1580)] = 51826, + [SMALL_STATE(1581)] = 51836, + [SMALL_STATE(1582)] = 51846, + [SMALL_STATE(1583)] = 51854, + [SMALL_STATE(1584)] = 51862, + [SMALL_STATE(1585)] = 51870, + [SMALL_STATE(1586)] = 51878, + [SMALL_STATE(1587)] = 51886, + [SMALL_STATE(1588)] = 51894, + [SMALL_STATE(1589)] = 51904, + [SMALL_STATE(1590)] = 51914, + [SMALL_STATE(1591)] = 51924, + [SMALL_STATE(1592)] = 51932, + [SMALL_STATE(1593)] = 51940, + [SMALL_STATE(1594)] = 51950, + [SMALL_STATE(1595)] = 51960, + [SMALL_STATE(1596)] = 51968, + [SMALL_STATE(1597)] = 51976, + [SMALL_STATE(1598)] = 51984, [SMALL_STATE(1599)] = 51992, - [SMALL_STATE(1600)] = 52000, - [SMALL_STATE(1601)] = 52008, - [SMALL_STATE(1602)] = 52018, - [SMALL_STATE(1603)] = 52028, - [SMALL_STATE(1604)] = 52036, - [SMALL_STATE(1605)] = 52046, - [SMALL_STATE(1606)] = 52053, - [SMALL_STATE(1607)] = 52060, - [SMALL_STATE(1608)] = 52067, - [SMALL_STATE(1609)] = 52074, - [SMALL_STATE(1610)] = 52081, - [SMALL_STATE(1611)] = 52088, - [SMALL_STATE(1612)] = 52095, - [SMALL_STATE(1613)] = 52102, - [SMALL_STATE(1614)] = 52109, - [SMALL_STATE(1615)] = 52116, - [SMALL_STATE(1616)] = 52123, - [SMALL_STATE(1617)] = 52130, - [SMALL_STATE(1618)] = 52137, - [SMALL_STATE(1619)] = 52144, - [SMALL_STATE(1620)] = 52151, - [SMALL_STATE(1621)] = 52158, - [SMALL_STATE(1622)] = 52165, - [SMALL_STATE(1623)] = 52172, - [SMALL_STATE(1624)] = 52179, - [SMALL_STATE(1625)] = 52186, - [SMALL_STATE(1626)] = 52193, - [SMALL_STATE(1627)] = 52200, - [SMALL_STATE(1628)] = 52207, - [SMALL_STATE(1629)] = 52214, - [SMALL_STATE(1630)] = 52221, - [SMALL_STATE(1631)] = 52228, - [SMALL_STATE(1632)] = 52235, - [SMALL_STATE(1633)] = 52242, - [SMALL_STATE(1634)] = 52249, - [SMALL_STATE(1635)] = 52256, - [SMALL_STATE(1636)] = 52263, - [SMALL_STATE(1637)] = 52270, - [SMALL_STATE(1638)] = 52277, - [SMALL_STATE(1639)] = 52284, - [SMALL_STATE(1640)] = 52291, - [SMALL_STATE(1641)] = 52298, - [SMALL_STATE(1642)] = 52305, - [SMALL_STATE(1643)] = 52312, - [SMALL_STATE(1644)] = 52319, - [SMALL_STATE(1645)] = 52326, - [SMALL_STATE(1646)] = 52333, - [SMALL_STATE(1647)] = 52340, - [SMALL_STATE(1648)] = 52347, - [SMALL_STATE(1649)] = 52354, - [SMALL_STATE(1650)] = 52361, - [SMALL_STATE(1651)] = 52368, - [SMALL_STATE(1652)] = 52375, - [SMALL_STATE(1653)] = 52382, - [SMALL_STATE(1654)] = 52389, - [SMALL_STATE(1655)] = 52396, - [SMALL_STATE(1656)] = 52403, - [SMALL_STATE(1657)] = 52410, - [SMALL_STATE(1658)] = 52417, - [SMALL_STATE(1659)] = 52424, - [SMALL_STATE(1660)] = 52431, - [SMALL_STATE(1661)] = 52438, - [SMALL_STATE(1662)] = 52445, - [SMALL_STATE(1663)] = 52452, - [SMALL_STATE(1664)] = 52459, - [SMALL_STATE(1665)] = 52466, - [SMALL_STATE(1666)] = 52473, - [SMALL_STATE(1667)] = 52480, - [SMALL_STATE(1668)] = 52487, - [SMALL_STATE(1669)] = 52494, - [SMALL_STATE(1670)] = 52501, - [SMALL_STATE(1671)] = 52508, - [SMALL_STATE(1672)] = 52515, - [SMALL_STATE(1673)] = 52522, - [SMALL_STATE(1674)] = 52529, - [SMALL_STATE(1675)] = 52536, - [SMALL_STATE(1676)] = 52543, - [SMALL_STATE(1677)] = 52550, - [SMALL_STATE(1678)] = 52557, - [SMALL_STATE(1679)] = 52564, - [SMALL_STATE(1680)] = 52571, - [SMALL_STATE(1681)] = 52578, - [SMALL_STATE(1682)] = 52585, - [SMALL_STATE(1683)] = 52592, - [SMALL_STATE(1684)] = 52599, - [SMALL_STATE(1685)] = 52606, - [SMALL_STATE(1686)] = 52613, - [SMALL_STATE(1687)] = 52620, - [SMALL_STATE(1688)] = 52627, - [SMALL_STATE(1689)] = 52634, - [SMALL_STATE(1690)] = 52641, - [SMALL_STATE(1691)] = 52648, - [SMALL_STATE(1692)] = 52655, - [SMALL_STATE(1693)] = 52662, - [SMALL_STATE(1694)] = 52669, - [SMALL_STATE(1695)] = 52676, - [SMALL_STATE(1696)] = 52683, - [SMALL_STATE(1697)] = 52690, - [SMALL_STATE(1698)] = 52697, - [SMALL_STATE(1699)] = 52704, - [SMALL_STATE(1700)] = 52711, - [SMALL_STATE(1701)] = 52718, - [SMALL_STATE(1702)] = 52725, - [SMALL_STATE(1703)] = 52732, - [SMALL_STATE(1704)] = 52739, - [SMALL_STATE(1705)] = 52746, - [SMALL_STATE(1706)] = 52753, - [SMALL_STATE(1707)] = 52760, - [SMALL_STATE(1708)] = 52767, - [SMALL_STATE(1709)] = 52774, - [SMALL_STATE(1710)] = 52781, - [SMALL_STATE(1711)] = 52788, - [SMALL_STATE(1712)] = 52795, - [SMALL_STATE(1713)] = 52802, - [SMALL_STATE(1714)] = 52809, - [SMALL_STATE(1715)] = 52816, - [SMALL_STATE(1716)] = 52823, - [SMALL_STATE(1717)] = 52830, - [SMALL_STATE(1718)] = 52837, - [SMALL_STATE(1719)] = 52844, - [SMALL_STATE(1720)] = 52851, - [SMALL_STATE(1721)] = 52858, - [SMALL_STATE(1722)] = 52865, - [SMALL_STATE(1723)] = 52872, - [SMALL_STATE(1724)] = 52879, - [SMALL_STATE(1725)] = 52886, - [SMALL_STATE(1726)] = 52893, - [SMALL_STATE(1727)] = 52900, - [SMALL_STATE(1728)] = 52907, - [SMALL_STATE(1729)] = 52914, - [SMALL_STATE(1730)] = 52921, - [SMALL_STATE(1731)] = 52928, - [SMALL_STATE(1732)] = 52935, - [SMALL_STATE(1733)] = 52942, - [SMALL_STATE(1734)] = 52949, - [SMALL_STATE(1735)] = 52956, - [SMALL_STATE(1736)] = 52963, - [SMALL_STATE(1737)] = 52970, - [SMALL_STATE(1738)] = 52977, - [SMALL_STATE(1739)] = 52984, - [SMALL_STATE(1740)] = 52991, - [SMALL_STATE(1741)] = 52998, - [SMALL_STATE(1742)] = 53005, - [SMALL_STATE(1743)] = 53012, - [SMALL_STATE(1744)] = 53019, - [SMALL_STATE(1745)] = 53026, - [SMALL_STATE(1746)] = 53033, - [SMALL_STATE(1747)] = 53040, - [SMALL_STATE(1748)] = 53047, - [SMALL_STATE(1749)] = 53054, - [SMALL_STATE(1750)] = 53061, - [SMALL_STATE(1751)] = 53068, - [SMALL_STATE(1752)] = 53075, - [SMALL_STATE(1753)] = 53082, - [SMALL_STATE(1754)] = 53089, - [SMALL_STATE(1755)] = 53096, - [SMALL_STATE(1756)] = 53103, - [SMALL_STATE(1757)] = 53110, - [SMALL_STATE(1758)] = 53117, - [SMALL_STATE(1759)] = 53124, - [SMALL_STATE(1760)] = 53131, - [SMALL_STATE(1761)] = 53138, - [SMALL_STATE(1762)] = 53145, - [SMALL_STATE(1763)] = 53152, - [SMALL_STATE(1764)] = 53159, - [SMALL_STATE(1765)] = 53166, - [SMALL_STATE(1766)] = 53173, - [SMALL_STATE(1767)] = 53180, - [SMALL_STATE(1768)] = 53187, - [SMALL_STATE(1769)] = 53194, - [SMALL_STATE(1770)] = 53201, - [SMALL_STATE(1771)] = 53208, - [SMALL_STATE(1772)] = 53215, - [SMALL_STATE(1773)] = 53222, - [SMALL_STATE(1774)] = 53229, - [SMALL_STATE(1775)] = 53236, - [SMALL_STATE(1776)] = 53243, - [SMALL_STATE(1777)] = 53250, - [SMALL_STATE(1778)] = 53257, - [SMALL_STATE(1779)] = 53264, - [SMALL_STATE(1780)] = 53271, - [SMALL_STATE(1781)] = 53278, - [SMALL_STATE(1782)] = 53285, - [SMALL_STATE(1783)] = 53292, - [SMALL_STATE(1784)] = 53299, - [SMALL_STATE(1785)] = 53306, - [SMALL_STATE(1786)] = 53313, - [SMALL_STATE(1787)] = 53320, - [SMALL_STATE(1788)] = 53327, - [SMALL_STATE(1789)] = 53334, - [SMALL_STATE(1790)] = 53341, - [SMALL_STATE(1791)] = 53348, - [SMALL_STATE(1792)] = 53355, - [SMALL_STATE(1793)] = 53362, - [SMALL_STATE(1794)] = 53369, - [SMALL_STATE(1795)] = 53376, - [SMALL_STATE(1796)] = 53383, - [SMALL_STATE(1797)] = 53390, - [SMALL_STATE(1798)] = 53397, - [SMALL_STATE(1799)] = 53404, - [SMALL_STATE(1800)] = 53411, - [SMALL_STATE(1801)] = 53418, - [SMALL_STATE(1802)] = 53425, - [SMALL_STATE(1803)] = 53432, - [SMALL_STATE(1804)] = 53439, - [SMALL_STATE(1805)] = 53446, - [SMALL_STATE(1806)] = 53453, - [SMALL_STATE(1807)] = 53460, - [SMALL_STATE(1808)] = 53467, - [SMALL_STATE(1809)] = 53474, - [SMALL_STATE(1810)] = 53481, - [SMALL_STATE(1811)] = 53488, - [SMALL_STATE(1812)] = 53495, - [SMALL_STATE(1813)] = 53502, - [SMALL_STATE(1814)] = 53509, - [SMALL_STATE(1815)] = 53516, - [SMALL_STATE(1816)] = 53523, - [SMALL_STATE(1817)] = 53530, - [SMALL_STATE(1818)] = 53537, - [SMALL_STATE(1819)] = 53544, - [SMALL_STATE(1820)] = 53551, - [SMALL_STATE(1821)] = 53558, - [SMALL_STATE(1822)] = 53565, - [SMALL_STATE(1823)] = 53572, - [SMALL_STATE(1824)] = 53579, - [SMALL_STATE(1825)] = 53586, - [SMALL_STATE(1826)] = 53593, - [SMALL_STATE(1827)] = 53600, - [SMALL_STATE(1828)] = 53607, - [SMALL_STATE(1829)] = 53614, - [SMALL_STATE(1830)] = 53621, - [SMALL_STATE(1831)] = 53628, - [SMALL_STATE(1832)] = 53635, - [SMALL_STATE(1833)] = 53642, - [SMALL_STATE(1834)] = 53649, - [SMALL_STATE(1835)] = 53656, - [SMALL_STATE(1836)] = 53663, - [SMALL_STATE(1837)] = 53670, - [SMALL_STATE(1838)] = 53677, - [SMALL_STATE(1839)] = 53684, - [SMALL_STATE(1840)] = 53691, - [SMALL_STATE(1841)] = 53698, - [SMALL_STATE(1842)] = 53705, - [SMALL_STATE(1843)] = 53712, - [SMALL_STATE(1844)] = 53719, - [SMALL_STATE(1845)] = 53726, - [SMALL_STATE(1846)] = 53733, - [SMALL_STATE(1847)] = 53740, - [SMALL_STATE(1848)] = 53747, - [SMALL_STATE(1849)] = 53754, - [SMALL_STATE(1850)] = 53761, - [SMALL_STATE(1851)] = 53768, - [SMALL_STATE(1852)] = 53775, - [SMALL_STATE(1853)] = 53782, - [SMALL_STATE(1854)] = 53789, - [SMALL_STATE(1855)] = 53796, - [SMALL_STATE(1856)] = 53803, - [SMALL_STATE(1857)] = 53810, - [SMALL_STATE(1858)] = 53817, - [SMALL_STATE(1859)] = 53824, - [SMALL_STATE(1860)] = 53831, - [SMALL_STATE(1861)] = 53838, - [SMALL_STATE(1862)] = 53845, - [SMALL_STATE(1863)] = 53852, - [SMALL_STATE(1864)] = 53859, - [SMALL_STATE(1865)] = 53866, - [SMALL_STATE(1866)] = 53873, - [SMALL_STATE(1867)] = 53880, - [SMALL_STATE(1868)] = 53887, - [SMALL_STATE(1869)] = 53894, - [SMALL_STATE(1870)] = 53901, - [SMALL_STATE(1871)] = 53908, - [SMALL_STATE(1872)] = 53915, - [SMALL_STATE(1873)] = 53922, - [SMALL_STATE(1874)] = 53929, - [SMALL_STATE(1875)] = 53936, - [SMALL_STATE(1876)] = 53943, - [SMALL_STATE(1877)] = 53950, - [SMALL_STATE(1878)] = 53957, - [SMALL_STATE(1879)] = 53964, - [SMALL_STATE(1880)] = 53971, - [SMALL_STATE(1881)] = 53978, - [SMALL_STATE(1882)] = 53985, - [SMALL_STATE(1883)] = 53992, - [SMALL_STATE(1884)] = 53999, - [SMALL_STATE(1885)] = 54006, - [SMALL_STATE(1886)] = 54013, - [SMALL_STATE(1887)] = 54020, - [SMALL_STATE(1888)] = 54027, - [SMALL_STATE(1889)] = 54034, - [SMALL_STATE(1890)] = 54041, - [SMALL_STATE(1891)] = 54048, - [SMALL_STATE(1892)] = 54055, - [SMALL_STATE(1893)] = 54062, - [SMALL_STATE(1894)] = 54069, - [SMALL_STATE(1895)] = 54076, - [SMALL_STATE(1896)] = 54083, - [SMALL_STATE(1897)] = 54090, - [SMALL_STATE(1898)] = 54097, - [SMALL_STATE(1899)] = 54104, - [SMALL_STATE(1900)] = 54111, - [SMALL_STATE(1901)] = 54118, - [SMALL_STATE(1902)] = 54125, - [SMALL_STATE(1903)] = 54132, - [SMALL_STATE(1904)] = 54139, - [SMALL_STATE(1905)] = 54146, - [SMALL_STATE(1906)] = 54153, - [SMALL_STATE(1907)] = 54160, - [SMALL_STATE(1908)] = 54167, - [SMALL_STATE(1909)] = 54174, - [SMALL_STATE(1910)] = 54181, - [SMALL_STATE(1911)] = 54188, - [SMALL_STATE(1912)] = 54195, - [SMALL_STATE(1913)] = 54202, - [SMALL_STATE(1914)] = 54209, - [SMALL_STATE(1915)] = 54216, - [SMALL_STATE(1916)] = 54223, - [SMALL_STATE(1917)] = 54230, - [SMALL_STATE(1918)] = 54237, - [SMALL_STATE(1919)] = 54244, - [SMALL_STATE(1920)] = 54251, - [SMALL_STATE(1921)] = 54258, - [SMALL_STATE(1922)] = 54265, - [SMALL_STATE(1923)] = 54272, - [SMALL_STATE(1924)] = 54279, - [SMALL_STATE(1925)] = 54286, - [SMALL_STATE(1926)] = 54293, - [SMALL_STATE(1927)] = 54300, - [SMALL_STATE(1928)] = 54307, - [SMALL_STATE(1929)] = 54314, - [SMALL_STATE(1930)] = 54321, - [SMALL_STATE(1931)] = 54328, - [SMALL_STATE(1932)] = 54335, - [SMALL_STATE(1933)] = 54342, - [SMALL_STATE(1934)] = 54349, - [SMALL_STATE(1935)] = 54356, - [SMALL_STATE(1936)] = 54363, - [SMALL_STATE(1937)] = 54370, - [SMALL_STATE(1938)] = 54377, - [SMALL_STATE(1939)] = 54384, - [SMALL_STATE(1940)] = 54391, - [SMALL_STATE(1941)] = 54398, - [SMALL_STATE(1942)] = 54405, - [SMALL_STATE(1943)] = 54412, - [SMALL_STATE(1944)] = 54419, - [SMALL_STATE(1945)] = 54426, - [SMALL_STATE(1946)] = 54433, - [SMALL_STATE(1947)] = 54440, - [SMALL_STATE(1948)] = 54447, - [SMALL_STATE(1949)] = 54454, - [SMALL_STATE(1950)] = 54461, - [SMALL_STATE(1951)] = 54468, - [SMALL_STATE(1952)] = 54475, - [SMALL_STATE(1953)] = 54482, - [SMALL_STATE(1954)] = 54489, - [SMALL_STATE(1955)] = 54496, - [SMALL_STATE(1956)] = 54503, - [SMALL_STATE(1957)] = 54510, - [SMALL_STATE(1958)] = 54517, - [SMALL_STATE(1959)] = 54524, - [SMALL_STATE(1960)] = 54531, - [SMALL_STATE(1961)] = 54538, - [SMALL_STATE(1962)] = 54545, - [SMALL_STATE(1963)] = 54552, - [SMALL_STATE(1964)] = 54559, - [SMALL_STATE(1965)] = 54566, - [SMALL_STATE(1966)] = 54573, - [SMALL_STATE(1967)] = 54580, - [SMALL_STATE(1968)] = 54587, - [SMALL_STATE(1969)] = 54594, - [SMALL_STATE(1970)] = 54601, - [SMALL_STATE(1971)] = 54608, - [SMALL_STATE(1972)] = 54615, - [SMALL_STATE(1973)] = 54622, - [SMALL_STATE(1974)] = 54629, - [SMALL_STATE(1975)] = 54636, - [SMALL_STATE(1976)] = 54643, - [SMALL_STATE(1977)] = 54650, - [SMALL_STATE(1978)] = 54657, - [SMALL_STATE(1979)] = 54664, - [SMALL_STATE(1980)] = 54671, - [SMALL_STATE(1981)] = 54678, - [SMALL_STATE(1982)] = 54685, - [SMALL_STATE(1983)] = 54692, - [SMALL_STATE(1984)] = 54699, - [SMALL_STATE(1985)] = 54706, - [SMALL_STATE(1986)] = 54713, - [SMALL_STATE(1987)] = 54720, - [SMALL_STATE(1988)] = 54727, - [SMALL_STATE(1989)] = 54734, - [SMALL_STATE(1990)] = 54741, - [SMALL_STATE(1991)] = 54748, - [SMALL_STATE(1992)] = 54755, - [SMALL_STATE(1993)] = 54762, - [SMALL_STATE(1994)] = 54769, - [SMALL_STATE(1995)] = 54776, - [SMALL_STATE(1996)] = 54783, - [SMALL_STATE(1997)] = 54790, - [SMALL_STATE(1998)] = 54797, - [SMALL_STATE(1999)] = 54804, - [SMALL_STATE(2000)] = 54811, - [SMALL_STATE(2001)] = 54818, - [SMALL_STATE(2002)] = 54825, - [SMALL_STATE(2003)] = 54832, - [SMALL_STATE(2004)] = 54839, - [SMALL_STATE(2005)] = 54846, - [SMALL_STATE(2006)] = 54853, - [SMALL_STATE(2007)] = 54860, - [SMALL_STATE(2008)] = 54867, - [SMALL_STATE(2009)] = 54874, - [SMALL_STATE(2010)] = 54881, - [SMALL_STATE(2011)] = 54888, - [SMALL_STATE(2012)] = 54895, - [SMALL_STATE(2013)] = 54902, - [SMALL_STATE(2014)] = 54909, - [SMALL_STATE(2015)] = 54916, - [SMALL_STATE(2016)] = 54923, - [SMALL_STATE(2017)] = 54930, - [SMALL_STATE(2018)] = 54937, - [SMALL_STATE(2019)] = 54944, - [SMALL_STATE(2020)] = 54951, - [SMALL_STATE(2021)] = 54958, - [SMALL_STATE(2022)] = 54965, - [SMALL_STATE(2023)] = 54972, - [SMALL_STATE(2024)] = 54979, - [SMALL_STATE(2025)] = 54986, - [SMALL_STATE(2026)] = 54993, - [SMALL_STATE(2027)] = 55000, - [SMALL_STATE(2028)] = 55007, - [SMALL_STATE(2029)] = 55014, - [SMALL_STATE(2030)] = 55021, - [SMALL_STATE(2031)] = 55028, - [SMALL_STATE(2032)] = 55035, - [SMALL_STATE(2033)] = 55042, - [SMALL_STATE(2034)] = 55049, - [SMALL_STATE(2035)] = 55056, - [SMALL_STATE(2036)] = 55063, - [SMALL_STATE(2037)] = 55070, - [SMALL_STATE(2038)] = 55077, - [SMALL_STATE(2039)] = 55084, - [SMALL_STATE(2040)] = 55091, - [SMALL_STATE(2041)] = 55098, - [SMALL_STATE(2042)] = 55105, - [SMALL_STATE(2043)] = 55112, - [SMALL_STATE(2044)] = 55119, - [SMALL_STATE(2045)] = 55126, - [SMALL_STATE(2046)] = 55133, - [SMALL_STATE(2047)] = 55140, - [SMALL_STATE(2048)] = 55147, - [SMALL_STATE(2049)] = 55154, - [SMALL_STATE(2050)] = 55161, - [SMALL_STATE(2051)] = 55168, - [SMALL_STATE(2052)] = 55175, - [SMALL_STATE(2053)] = 55182, - [SMALL_STATE(2054)] = 55189, - [SMALL_STATE(2055)] = 55196, - [SMALL_STATE(2056)] = 55203, - [SMALL_STATE(2057)] = 55210, - [SMALL_STATE(2058)] = 55217, - [SMALL_STATE(2059)] = 55224, - [SMALL_STATE(2060)] = 55231, - [SMALL_STATE(2061)] = 55238, - [SMALL_STATE(2062)] = 55245, - [SMALL_STATE(2063)] = 55252, - [SMALL_STATE(2064)] = 55259, - [SMALL_STATE(2065)] = 55266, - [SMALL_STATE(2066)] = 55273, - [SMALL_STATE(2067)] = 55280, - [SMALL_STATE(2068)] = 55287, - [SMALL_STATE(2069)] = 55294, - [SMALL_STATE(2070)] = 55301, - [SMALL_STATE(2071)] = 55308, - [SMALL_STATE(2072)] = 55315, - [SMALL_STATE(2073)] = 55322, - [SMALL_STATE(2074)] = 55329, - [SMALL_STATE(2075)] = 55336, - [SMALL_STATE(2076)] = 55343, - [SMALL_STATE(2077)] = 55350, - [SMALL_STATE(2078)] = 55357, - [SMALL_STATE(2079)] = 55364, - [SMALL_STATE(2080)] = 55371, - [SMALL_STATE(2081)] = 55378, - [SMALL_STATE(2082)] = 55385, - [SMALL_STATE(2083)] = 55392, - [SMALL_STATE(2084)] = 55399, - [SMALL_STATE(2085)] = 55406, - [SMALL_STATE(2086)] = 55413, - [SMALL_STATE(2087)] = 55420, - [SMALL_STATE(2088)] = 55427, - [SMALL_STATE(2089)] = 55434, - [SMALL_STATE(2090)] = 55441, - [SMALL_STATE(2091)] = 55448, - [SMALL_STATE(2092)] = 55455, - [SMALL_STATE(2093)] = 55462, - [SMALL_STATE(2094)] = 55469, - [SMALL_STATE(2095)] = 55476, - [SMALL_STATE(2096)] = 55483, - [SMALL_STATE(2097)] = 55490, - [SMALL_STATE(2098)] = 55497, - [SMALL_STATE(2099)] = 55504, - [SMALL_STATE(2100)] = 55511, - [SMALL_STATE(2101)] = 55518, - [SMALL_STATE(2102)] = 55525, - [SMALL_STATE(2103)] = 55532, - [SMALL_STATE(2104)] = 55539, - [SMALL_STATE(2105)] = 55546, - [SMALL_STATE(2106)] = 55553, - [SMALL_STATE(2107)] = 55560, - [SMALL_STATE(2108)] = 55567, - [SMALL_STATE(2109)] = 55574, - [SMALL_STATE(2110)] = 55581, - [SMALL_STATE(2111)] = 55588, - [SMALL_STATE(2112)] = 55595, - [SMALL_STATE(2113)] = 55602, - [SMALL_STATE(2114)] = 55609, - [SMALL_STATE(2115)] = 55616, - [SMALL_STATE(2116)] = 55623, - [SMALL_STATE(2117)] = 55630, - [SMALL_STATE(2118)] = 55637, - [SMALL_STATE(2119)] = 55644, - [SMALL_STATE(2120)] = 55651, - [SMALL_STATE(2121)] = 55658, - [SMALL_STATE(2122)] = 55665, - [SMALL_STATE(2123)] = 55672, - [SMALL_STATE(2124)] = 55679, - [SMALL_STATE(2125)] = 55686, - [SMALL_STATE(2126)] = 55693, - [SMALL_STATE(2127)] = 55700, - [SMALL_STATE(2128)] = 55707, - [SMALL_STATE(2129)] = 55714, - [SMALL_STATE(2130)] = 55721, - [SMALL_STATE(2131)] = 55728, - [SMALL_STATE(2132)] = 55735, + [SMALL_STATE(1600)] = 52002, + [SMALL_STATE(1601)] = 52012, + [SMALL_STATE(1602)] = 52022, + [SMALL_STATE(1603)] = 52032, + [SMALL_STATE(1604)] = 52040, + [SMALL_STATE(1605)] = 52050, + [SMALL_STATE(1606)] = 52060, + [SMALL_STATE(1607)] = 52067, + [SMALL_STATE(1608)] = 52074, + [SMALL_STATE(1609)] = 52081, + [SMALL_STATE(1610)] = 52088, + [SMALL_STATE(1611)] = 52095, + [SMALL_STATE(1612)] = 52102, + [SMALL_STATE(1613)] = 52109, + [SMALL_STATE(1614)] = 52116, + [SMALL_STATE(1615)] = 52123, + [SMALL_STATE(1616)] = 52130, + [SMALL_STATE(1617)] = 52137, + [SMALL_STATE(1618)] = 52144, + [SMALL_STATE(1619)] = 52151, + [SMALL_STATE(1620)] = 52158, + [SMALL_STATE(1621)] = 52165, + [SMALL_STATE(1622)] = 52172, + [SMALL_STATE(1623)] = 52179, + [SMALL_STATE(1624)] = 52186, + [SMALL_STATE(1625)] = 52193, + [SMALL_STATE(1626)] = 52200, + [SMALL_STATE(1627)] = 52207, + [SMALL_STATE(1628)] = 52214, + [SMALL_STATE(1629)] = 52221, + [SMALL_STATE(1630)] = 52228, + [SMALL_STATE(1631)] = 52235, + [SMALL_STATE(1632)] = 52242, + [SMALL_STATE(1633)] = 52249, + [SMALL_STATE(1634)] = 52256, + [SMALL_STATE(1635)] = 52263, + [SMALL_STATE(1636)] = 52270, + [SMALL_STATE(1637)] = 52277, + [SMALL_STATE(1638)] = 52284, + [SMALL_STATE(1639)] = 52291, + [SMALL_STATE(1640)] = 52298, + [SMALL_STATE(1641)] = 52305, + [SMALL_STATE(1642)] = 52312, + [SMALL_STATE(1643)] = 52319, + [SMALL_STATE(1644)] = 52326, + [SMALL_STATE(1645)] = 52333, + [SMALL_STATE(1646)] = 52340, + [SMALL_STATE(1647)] = 52347, + [SMALL_STATE(1648)] = 52354, + [SMALL_STATE(1649)] = 52361, + [SMALL_STATE(1650)] = 52368, + [SMALL_STATE(1651)] = 52375, + [SMALL_STATE(1652)] = 52382, + [SMALL_STATE(1653)] = 52389, + [SMALL_STATE(1654)] = 52396, + [SMALL_STATE(1655)] = 52403, + [SMALL_STATE(1656)] = 52410, + [SMALL_STATE(1657)] = 52417, + [SMALL_STATE(1658)] = 52424, + [SMALL_STATE(1659)] = 52431, + [SMALL_STATE(1660)] = 52438, + [SMALL_STATE(1661)] = 52445, + [SMALL_STATE(1662)] = 52452, + [SMALL_STATE(1663)] = 52459, + [SMALL_STATE(1664)] = 52466, + [SMALL_STATE(1665)] = 52473, + [SMALL_STATE(1666)] = 52480, + [SMALL_STATE(1667)] = 52487, + [SMALL_STATE(1668)] = 52494, + [SMALL_STATE(1669)] = 52501, + [SMALL_STATE(1670)] = 52508, + [SMALL_STATE(1671)] = 52515, + [SMALL_STATE(1672)] = 52522, + [SMALL_STATE(1673)] = 52529, + [SMALL_STATE(1674)] = 52536, + [SMALL_STATE(1675)] = 52543, + [SMALL_STATE(1676)] = 52550, + [SMALL_STATE(1677)] = 52557, + [SMALL_STATE(1678)] = 52564, + [SMALL_STATE(1679)] = 52571, + [SMALL_STATE(1680)] = 52578, + [SMALL_STATE(1681)] = 52585, + [SMALL_STATE(1682)] = 52592, + [SMALL_STATE(1683)] = 52599, + [SMALL_STATE(1684)] = 52606, + [SMALL_STATE(1685)] = 52613, + [SMALL_STATE(1686)] = 52620, + [SMALL_STATE(1687)] = 52627, + [SMALL_STATE(1688)] = 52634, + [SMALL_STATE(1689)] = 52641, + [SMALL_STATE(1690)] = 52648, + [SMALL_STATE(1691)] = 52655, + [SMALL_STATE(1692)] = 52662, + [SMALL_STATE(1693)] = 52669, + [SMALL_STATE(1694)] = 52676, + [SMALL_STATE(1695)] = 52683, + [SMALL_STATE(1696)] = 52690, + [SMALL_STATE(1697)] = 52697, + [SMALL_STATE(1698)] = 52704, + [SMALL_STATE(1699)] = 52711, + [SMALL_STATE(1700)] = 52718, + [SMALL_STATE(1701)] = 52725, + [SMALL_STATE(1702)] = 52732, + [SMALL_STATE(1703)] = 52739, + [SMALL_STATE(1704)] = 52746, + [SMALL_STATE(1705)] = 52753, + [SMALL_STATE(1706)] = 52760, + [SMALL_STATE(1707)] = 52767, + [SMALL_STATE(1708)] = 52774, + [SMALL_STATE(1709)] = 52781, + [SMALL_STATE(1710)] = 52788, + [SMALL_STATE(1711)] = 52795, + [SMALL_STATE(1712)] = 52802, + [SMALL_STATE(1713)] = 52809, + [SMALL_STATE(1714)] = 52816, + [SMALL_STATE(1715)] = 52823, + [SMALL_STATE(1716)] = 52830, + [SMALL_STATE(1717)] = 52837, + [SMALL_STATE(1718)] = 52844, + [SMALL_STATE(1719)] = 52851, + [SMALL_STATE(1720)] = 52858, + [SMALL_STATE(1721)] = 52865, + [SMALL_STATE(1722)] = 52872, + [SMALL_STATE(1723)] = 52879, + [SMALL_STATE(1724)] = 52886, + [SMALL_STATE(1725)] = 52893, + [SMALL_STATE(1726)] = 52900, + [SMALL_STATE(1727)] = 52907, + [SMALL_STATE(1728)] = 52914, + [SMALL_STATE(1729)] = 52921, + [SMALL_STATE(1730)] = 52928, + [SMALL_STATE(1731)] = 52935, + [SMALL_STATE(1732)] = 52942, + [SMALL_STATE(1733)] = 52949, + [SMALL_STATE(1734)] = 52956, + [SMALL_STATE(1735)] = 52963, + [SMALL_STATE(1736)] = 52970, + [SMALL_STATE(1737)] = 52977, + [SMALL_STATE(1738)] = 52984, + [SMALL_STATE(1739)] = 52991, + [SMALL_STATE(1740)] = 52998, + [SMALL_STATE(1741)] = 53005, + [SMALL_STATE(1742)] = 53012, + [SMALL_STATE(1743)] = 53019, + [SMALL_STATE(1744)] = 53026, + [SMALL_STATE(1745)] = 53033, + [SMALL_STATE(1746)] = 53040, + [SMALL_STATE(1747)] = 53047, + [SMALL_STATE(1748)] = 53054, + [SMALL_STATE(1749)] = 53061, + [SMALL_STATE(1750)] = 53068, + [SMALL_STATE(1751)] = 53075, + [SMALL_STATE(1752)] = 53082, + [SMALL_STATE(1753)] = 53089, + [SMALL_STATE(1754)] = 53096, + [SMALL_STATE(1755)] = 53103, + [SMALL_STATE(1756)] = 53110, + [SMALL_STATE(1757)] = 53117, + [SMALL_STATE(1758)] = 53124, + [SMALL_STATE(1759)] = 53131, + [SMALL_STATE(1760)] = 53138, + [SMALL_STATE(1761)] = 53145, + [SMALL_STATE(1762)] = 53152, + [SMALL_STATE(1763)] = 53159, + [SMALL_STATE(1764)] = 53166, + [SMALL_STATE(1765)] = 53173, + [SMALL_STATE(1766)] = 53180, + [SMALL_STATE(1767)] = 53187, + [SMALL_STATE(1768)] = 53194, + [SMALL_STATE(1769)] = 53201, + [SMALL_STATE(1770)] = 53208, + [SMALL_STATE(1771)] = 53215, + [SMALL_STATE(1772)] = 53222, + [SMALL_STATE(1773)] = 53229, + [SMALL_STATE(1774)] = 53236, + [SMALL_STATE(1775)] = 53243, + [SMALL_STATE(1776)] = 53250, + [SMALL_STATE(1777)] = 53257, + [SMALL_STATE(1778)] = 53264, + [SMALL_STATE(1779)] = 53271, + [SMALL_STATE(1780)] = 53278, + [SMALL_STATE(1781)] = 53285, + [SMALL_STATE(1782)] = 53292, + [SMALL_STATE(1783)] = 53299, + [SMALL_STATE(1784)] = 53306, + [SMALL_STATE(1785)] = 53313, + [SMALL_STATE(1786)] = 53320, + [SMALL_STATE(1787)] = 53327, + [SMALL_STATE(1788)] = 53334, + [SMALL_STATE(1789)] = 53341, + [SMALL_STATE(1790)] = 53348, + [SMALL_STATE(1791)] = 53355, + [SMALL_STATE(1792)] = 53362, + [SMALL_STATE(1793)] = 53369, + [SMALL_STATE(1794)] = 53376, + [SMALL_STATE(1795)] = 53383, + [SMALL_STATE(1796)] = 53390, + [SMALL_STATE(1797)] = 53397, + [SMALL_STATE(1798)] = 53404, + [SMALL_STATE(1799)] = 53411, + [SMALL_STATE(1800)] = 53418, + [SMALL_STATE(1801)] = 53425, + [SMALL_STATE(1802)] = 53432, + [SMALL_STATE(1803)] = 53439, + [SMALL_STATE(1804)] = 53446, + [SMALL_STATE(1805)] = 53453, + [SMALL_STATE(1806)] = 53460, + [SMALL_STATE(1807)] = 53467, + [SMALL_STATE(1808)] = 53474, + [SMALL_STATE(1809)] = 53481, + [SMALL_STATE(1810)] = 53488, + [SMALL_STATE(1811)] = 53495, + [SMALL_STATE(1812)] = 53502, + [SMALL_STATE(1813)] = 53509, + [SMALL_STATE(1814)] = 53516, + [SMALL_STATE(1815)] = 53523, + [SMALL_STATE(1816)] = 53530, + [SMALL_STATE(1817)] = 53537, + [SMALL_STATE(1818)] = 53544, + [SMALL_STATE(1819)] = 53551, + [SMALL_STATE(1820)] = 53558, + [SMALL_STATE(1821)] = 53565, + [SMALL_STATE(1822)] = 53572, + [SMALL_STATE(1823)] = 53579, + [SMALL_STATE(1824)] = 53586, + [SMALL_STATE(1825)] = 53593, + [SMALL_STATE(1826)] = 53600, + [SMALL_STATE(1827)] = 53607, + [SMALL_STATE(1828)] = 53614, + [SMALL_STATE(1829)] = 53621, + [SMALL_STATE(1830)] = 53628, + [SMALL_STATE(1831)] = 53635, + [SMALL_STATE(1832)] = 53642, + [SMALL_STATE(1833)] = 53649, + [SMALL_STATE(1834)] = 53656, + [SMALL_STATE(1835)] = 53663, + [SMALL_STATE(1836)] = 53670, + [SMALL_STATE(1837)] = 53677, + [SMALL_STATE(1838)] = 53684, + [SMALL_STATE(1839)] = 53691, + [SMALL_STATE(1840)] = 53698, + [SMALL_STATE(1841)] = 53705, + [SMALL_STATE(1842)] = 53712, + [SMALL_STATE(1843)] = 53719, + [SMALL_STATE(1844)] = 53726, + [SMALL_STATE(1845)] = 53733, + [SMALL_STATE(1846)] = 53740, + [SMALL_STATE(1847)] = 53747, + [SMALL_STATE(1848)] = 53754, + [SMALL_STATE(1849)] = 53761, + [SMALL_STATE(1850)] = 53768, + [SMALL_STATE(1851)] = 53775, + [SMALL_STATE(1852)] = 53782, + [SMALL_STATE(1853)] = 53789, + [SMALL_STATE(1854)] = 53796, + [SMALL_STATE(1855)] = 53803, + [SMALL_STATE(1856)] = 53810, + [SMALL_STATE(1857)] = 53817, + [SMALL_STATE(1858)] = 53824, + [SMALL_STATE(1859)] = 53831, + [SMALL_STATE(1860)] = 53838, + [SMALL_STATE(1861)] = 53845, + [SMALL_STATE(1862)] = 53852, + [SMALL_STATE(1863)] = 53859, + [SMALL_STATE(1864)] = 53866, + [SMALL_STATE(1865)] = 53873, + [SMALL_STATE(1866)] = 53880, + [SMALL_STATE(1867)] = 53887, + [SMALL_STATE(1868)] = 53894, + [SMALL_STATE(1869)] = 53901, + [SMALL_STATE(1870)] = 53908, + [SMALL_STATE(1871)] = 53915, + [SMALL_STATE(1872)] = 53922, + [SMALL_STATE(1873)] = 53929, + [SMALL_STATE(1874)] = 53936, + [SMALL_STATE(1875)] = 53943, + [SMALL_STATE(1876)] = 53950, + [SMALL_STATE(1877)] = 53957, + [SMALL_STATE(1878)] = 53964, + [SMALL_STATE(1879)] = 53971, + [SMALL_STATE(1880)] = 53978, + [SMALL_STATE(1881)] = 53985, + [SMALL_STATE(1882)] = 53992, + [SMALL_STATE(1883)] = 53999, + [SMALL_STATE(1884)] = 54006, + [SMALL_STATE(1885)] = 54013, + [SMALL_STATE(1886)] = 54020, + [SMALL_STATE(1887)] = 54027, + [SMALL_STATE(1888)] = 54034, + [SMALL_STATE(1889)] = 54041, + [SMALL_STATE(1890)] = 54048, + [SMALL_STATE(1891)] = 54055, + [SMALL_STATE(1892)] = 54062, + [SMALL_STATE(1893)] = 54069, + [SMALL_STATE(1894)] = 54076, + [SMALL_STATE(1895)] = 54083, + [SMALL_STATE(1896)] = 54090, + [SMALL_STATE(1897)] = 54097, + [SMALL_STATE(1898)] = 54104, + [SMALL_STATE(1899)] = 54111, + [SMALL_STATE(1900)] = 54118, + [SMALL_STATE(1901)] = 54125, + [SMALL_STATE(1902)] = 54132, + [SMALL_STATE(1903)] = 54139, + [SMALL_STATE(1904)] = 54146, + [SMALL_STATE(1905)] = 54153, + [SMALL_STATE(1906)] = 54160, + [SMALL_STATE(1907)] = 54167, + [SMALL_STATE(1908)] = 54174, + [SMALL_STATE(1909)] = 54181, + [SMALL_STATE(1910)] = 54188, + [SMALL_STATE(1911)] = 54195, + [SMALL_STATE(1912)] = 54202, + [SMALL_STATE(1913)] = 54209, + [SMALL_STATE(1914)] = 54216, + [SMALL_STATE(1915)] = 54223, + [SMALL_STATE(1916)] = 54230, + [SMALL_STATE(1917)] = 54237, + [SMALL_STATE(1918)] = 54244, + [SMALL_STATE(1919)] = 54251, + [SMALL_STATE(1920)] = 54258, + [SMALL_STATE(1921)] = 54265, + [SMALL_STATE(1922)] = 54272, + [SMALL_STATE(1923)] = 54279, + [SMALL_STATE(1924)] = 54286, + [SMALL_STATE(1925)] = 54293, + [SMALL_STATE(1926)] = 54300, + [SMALL_STATE(1927)] = 54307, + [SMALL_STATE(1928)] = 54314, + [SMALL_STATE(1929)] = 54321, + [SMALL_STATE(1930)] = 54328, + [SMALL_STATE(1931)] = 54335, + [SMALL_STATE(1932)] = 54342, + [SMALL_STATE(1933)] = 54349, + [SMALL_STATE(1934)] = 54356, + [SMALL_STATE(1935)] = 54363, + [SMALL_STATE(1936)] = 54370, + [SMALL_STATE(1937)] = 54377, + [SMALL_STATE(1938)] = 54384, + [SMALL_STATE(1939)] = 54391, + [SMALL_STATE(1940)] = 54398, + [SMALL_STATE(1941)] = 54405, + [SMALL_STATE(1942)] = 54412, + [SMALL_STATE(1943)] = 54419, + [SMALL_STATE(1944)] = 54426, + [SMALL_STATE(1945)] = 54433, + [SMALL_STATE(1946)] = 54440, + [SMALL_STATE(1947)] = 54447, + [SMALL_STATE(1948)] = 54454, + [SMALL_STATE(1949)] = 54461, + [SMALL_STATE(1950)] = 54468, + [SMALL_STATE(1951)] = 54475, + [SMALL_STATE(1952)] = 54482, + [SMALL_STATE(1953)] = 54489, + [SMALL_STATE(1954)] = 54496, + [SMALL_STATE(1955)] = 54503, + [SMALL_STATE(1956)] = 54510, + [SMALL_STATE(1957)] = 54517, + [SMALL_STATE(1958)] = 54524, + [SMALL_STATE(1959)] = 54531, + [SMALL_STATE(1960)] = 54538, + [SMALL_STATE(1961)] = 54545, + [SMALL_STATE(1962)] = 54552, + [SMALL_STATE(1963)] = 54559, + [SMALL_STATE(1964)] = 54566, + [SMALL_STATE(1965)] = 54573, + [SMALL_STATE(1966)] = 54580, + [SMALL_STATE(1967)] = 54587, + [SMALL_STATE(1968)] = 54594, + [SMALL_STATE(1969)] = 54601, + [SMALL_STATE(1970)] = 54608, + [SMALL_STATE(1971)] = 54615, + [SMALL_STATE(1972)] = 54622, + [SMALL_STATE(1973)] = 54629, + [SMALL_STATE(1974)] = 54636, + [SMALL_STATE(1975)] = 54643, + [SMALL_STATE(1976)] = 54650, + [SMALL_STATE(1977)] = 54657, + [SMALL_STATE(1978)] = 54664, + [SMALL_STATE(1979)] = 54671, + [SMALL_STATE(1980)] = 54678, + [SMALL_STATE(1981)] = 54685, + [SMALL_STATE(1982)] = 54692, + [SMALL_STATE(1983)] = 54699, + [SMALL_STATE(1984)] = 54706, + [SMALL_STATE(1985)] = 54713, + [SMALL_STATE(1986)] = 54720, + [SMALL_STATE(1987)] = 54727, + [SMALL_STATE(1988)] = 54734, + [SMALL_STATE(1989)] = 54741, + [SMALL_STATE(1990)] = 54748, + [SMALL_STATE(1991)] = 54755, + [SMALL_STATE(1992)] = 54762, + [SMALL_STATE(1993)] = 54769, + [SMALL_STATE(1994)] = 54776, + [SMALL_STATE(1995)] = 54783, + [SMALL_STATE(1996)] = 54790, + [SMALL_STATE(1997)] = 54797, + [SMALL_STATE(1998)] = 54804, + [SMALL_STATE(1999)] = 54811, + [SMALL_STATE(2000)] = 54818, + [SMALL_STATE(2001)] = 54825, + [SMALL_STATE(2002)] = 54832, + [SMALL_STATE(2003)] = 54839, + [SMALL_STATE(2004)] = 54846, + [SMALL_STATE(2005)] = 54853, + [SMALL_STATE(2006)] = 54860, + [SMALL_STATE(2007)] = 54867, + [SMALL_STATE(2008)] = 54874, + [SMALL_STATE(2009)] = 54881, + [SMALL_STATE(2010)] = 54888, + [SMALL_STATE(2011)] = 54895, + [SMALL_STATE(2012)] = 54902, + [SMALL_STATE(2013)] = 54909, + [SMALL_STATE(2014)] = 54916, + [SMALL_STATE(2015)] = 54923, + [SMALL_STATE(2016)] = 54930, + [SMALL_STATE(2017)] = 54937, + [SMALL_STATE(2018)] = 54944, + [SMALL_STATE(2019)] = 54951, + [SMALL_STATE(2020)] = 54958, + [SMALL_STATE(2021)] = 54965, + [SMALL_STATE(2022)] = 54972, + [SMALL_STATE(2023)] = 54979, + [SMALL_STATE(2024)] = 54986, + [SMALL_STATE(2025)] = 54993, + [SMALL_STATE(2026)] = 55000, + [SMALL_STATE(2027)] = 55007, + [SMALL_STATE(2028)] = 55014, + [SMALL_STATE(2029)] = 55021, + [SMALL_STATE(2030)] = 55028, + [SMALL_STATE(2031)] = 55035, + [SMALL_STATE(2032)] = 55042, + [SMALL_STATE(2033)] = 55049, + [SMALL_STATE(2034)] = 55056, + [SMALL_STATE(2035)] = 55063, + [SMALL_STATE(2036)] = 55070, + [SMALL_STATE(2037)] = 55077, + [SMALL_STATE(2038)] = 55084, + [SMALL_STATE(2039)] = 55091, + [SMALL_STATE(2040)] = 55098, + [SMALL_STATE(2041)] = 55105, + [SMALL_STATE(2042)] = 55112, + [SMALL_STATE(2043)] = 55119, + [SMALL_STATE(2044)] = 55126, + [SMALL_STATE(2045)] = 55133, + [SMALL_STATE(2046)] = 55140, + [SMALL_STATE(2047)] = 55147, + [SMALL_STATE(2048)] = 55154, + [SMALL_STATE(2049)] = 55161, + [SMALL_STATE(2050)] = 55168, + [SMALL_STATE(2051)] = 55175, + [SMALL_STATE(2052)] = 55182, + [SMALL_STATE(2053)] = 55189, + [SMALL_STATE(2054)] = 55196, + [SMALL_STATE(2055)] = 55203, + [SMALL_STATE(2056)] = 55210, + [SMALL_STATE(2057)] = 55217, + [SMALL_STATE(2058)] = 55224, + [SMALL_STATE(2059)] = 55231, + [SMALL_STATE(2060)] = 55238, + [SMALL_STATE(2061)] = 55245, + [SMALL_STATE(2062)] = 55252, + [SMALL_STATE(2063)] = 55259, + [SMALL_STATE(2064)] = 55266, + [SMALL_STATE(2065)] = 55273, + [SMALL_STATE(2066)] = 55280, + [SMALL_STATE(2067)] = 55287, + [SMALL_STATE(2068)] = 55294, + [SMALL_STATE(2069)] = 55301, + [SMALL_STATE(2070)] = 55308, + [SMALL_STATE(2071)] = 55315, + [SMALL_STATE(2072)] = 55322, + [SMALL_STATE(2073)] = 55329, + [SMALL_STATE(2074)] = 55336, + [SMALL_STATE(2075)] = 55343, + [SMALL_STATE(2076)] = 55350, + [SMALL_STATE(2077)] = 55357, + [SMALL_STATE(2078)] = 55364, + [SMALL_STATE(2079)] = 55371, + [SMALL_STATE(2080)] = 55378, + [SMALL_STATE(2081)] = 55385, + [SMALL_STATE(2082)] = 55392, + [SMALL_STATE(2083)] = 55399, + [SMALL_STATE(2084)] = 55406, + [SMALL_STATE(2085)] = 55413, + [SMALL_STATE(2086)] = 55420, + [SMALL_STATE(2087)] = 55427, + [SMALL_STATE(2088)] = 55434, + [SMALL_STATE(2089)] = 55441, + [SMALL_STATE(2090)] = 55448, + [SMALL_STATE(2091)] = 55455, + [SMALL_STATE(2092)] = 55462, + [SMALL_STATE(2093)] = 55469, + [SMALL_STATE(2094)] = 55476, + [SMALL_STATE(2095)] = 55483, + [SMALL_STATE(2096)] = 55490, + [SMALL_STATE(2097)] = 55497, + [SMALL_STATE(2098)] = 55504, + [SMALL_STATE(2099)] = 55511, + [SMALL_STATE(2100)] = 55518, + [SMALL_STATE(2101)] = 55525, + [SMALL_STATE(2102)] = 55532, + [SMALL_STATE(2103)] = 55539, + [SMALL_STATE(2104)] = 55546, + [SMALL_STATE(2105)] = 55553, + [SMALL_STATE(2106)] = 55560, + [SMALL_STATE(2107)] = 55567, + [SMALL_STATE(2108)] = 55574, + [SMALL_STATE(2109)] = 55581, + [SMALL_STATE(2110)] = 55588, + [SMALL_STATE(2111)] = 55595, + [SMALL_STATE(2112)] = 55602, + [SMALL_STATE(2113)] = 55609, + [SMALL_STATE(2114)] = 55616, + [SMALL_STATE(2115)] = 55623, + [SMALL_STATE(2116)] = 55630, + [SMALL_STATE(2117)] = 55637, + [SMALL_STATE(2118)] = 55644, + [SMALL_STATE(2119)] = 55651, + [SMALL_STATE(2120)] = 55658, + [SMALL_STATE(2121)] = 55665, + [SMALL_STATE(2122)] = 55672, + [SMALL_STATE(2123)] = 55679, + [SMALL_STATE(2124)] = 55686, + [SMALL_STATE(2125)] = 55693, + [SMALL_STATE(2126)] = 55700, + [SMALL_STATE(2127)] = 55707, + [SMALL_STATE(2128)] = 55714, + [SMALL_STATE(2129)] = 55721, + [SMALL_STATE(2130)] = 55728, + [SMALL_STATE(2131)] = 55735, + [SMALL_STATE(2132)] = 55742, + [SMALL_STATE(2133)] = 55749, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -65968,138 +65981,138 @@ 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(897), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1), [87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), - [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(897), - [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1112), + [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(901), + [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1101), [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1243), [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(724), [101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(718), [104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(107), [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(748), - [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1592), + [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1593), [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(755), - [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2129), - [119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2106), + [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2130), + [119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2107), [122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(56), - [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2093), + [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2094), [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(764), - [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2091), - [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1423), + [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2092), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1393), [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(854), [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(806), [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(21), [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(277), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1383), - [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2079), + [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1423), + [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2080), [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(630), - [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1372), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2074), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2073), + [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1381), + [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2075), + [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2074), [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(264), [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(218), [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(576), [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(819), [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(817), - [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2072), + [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2073), [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(258), [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(729), [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(815), [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(224), [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(94), [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(253), - [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2069), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1031), - [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1112), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2070), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1030), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1101), [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1243), - [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1299), + [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1260), [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), [220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(56), [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(764), - [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2091), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2092), [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(21), [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(277), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2074), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2073), + [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2075), + [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2074), [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(264), [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(218), [247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(576), [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(819), [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(817), - [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2072), + [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2073), [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(258), [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(729), [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(815), [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(224), [271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(94), [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(253), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1220), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1223), [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(861), [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(718), [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(748), [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), - [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2129), - [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2093), - [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1423), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2130), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2094), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1393), [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(854), [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(806), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1383), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1423), [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(630), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1372), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2073), + [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1381), + [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2074), [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(265), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2069), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2070), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), @@ -66111,7 +66124,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), @@ -66119,13 +66132,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 3, .production_id = 5), [404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 4, .production_id = 5), @@ -66139,19 +66152,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), [430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1), [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), [454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2), [456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1), @@ -66160,24 +66173,24 @@ static const TSParseActionEntry ts_parse_actions[] = { [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), [470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1), [472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1), [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 3, .production_id = 5), [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 4, .production_id = 5), [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), @@ -66188,7 +66201,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), @@ -66197,26 +66210,26 @@ static const TSParseActionEntry ts_parse_actions[] = { [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1220), + [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1223), [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(861), [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(718), [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(818), - [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2129), - [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2093), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2130), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2094), [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1473), [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(854), [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(806), - [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1472), + [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1471), [574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(630), - [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1372), - [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2073), - [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2069), + [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1381), + [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2074), + [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2070), [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), @@ -66367,7 +66380,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8), [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 87), [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 87), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), @@ -66380,15 +66393,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6), [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6), [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 38), @@ -66790,7 +66803,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2), [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2), [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 55), [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 55), @@ -66842,7 +66855,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), [1848] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), REDUCE(sym_component_choice_list, 1, .dynamic_precedence = 1), - [1852] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), SHIFT(1436), + [1852] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), SHIFT(1455), [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4), [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4), [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 80), @@ -66861,39 +66874,39 @@ static const TSParseActionEntry ts_parse_actions[] = { [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3), [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3), [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1, .dynamic_precedence = 1), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9), [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 9), [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 9), [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 9), [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 9), [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 27), [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 27), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3), [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), @@ -66906,21 +66919,21 @@ static const TSParseActionEntry ts_parse_actions[] = { [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(881), [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), - [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2074), + [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2075), [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 7), [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 12), [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 12), @@ -66930,7 +66943,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2), [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2), - [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2039), @@ -66942,54 +66955,54 @@ static const TSParseActionEntry ts_parse_actions[] = { [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 19), [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1231), + [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1329), [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(861), [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), - [2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2093), + [2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2094), [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(813), [2086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(808), - [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2079), - [2092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1372), - [2095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2073), + [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2080), + [2092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1381), + [2095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2074), [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(496), [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1943), + [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1947), [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1), [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), [2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 10), [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4), [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), @@ -67000,22 +67013,22 @@ static const TSParseActionEntry ts_parse_actions[] = { [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [2180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(861), [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), - [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2093), + [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2094), [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(813), [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(808), - [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2079), - [2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1372), - [2200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2073), + [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2080), + [2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1381), + [2200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2074), [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3), [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 46), [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(861), [2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), - [2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2093), + [2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2094), [2217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(813), [2220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(808), - [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2130), - [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1372), + [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2131), + [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1381), [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), @@ -67028,19 +67041,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(829), [2260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(841), [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(830), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1231), + [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1329), [2273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(718), [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), - [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1013), + [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1015), [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1952), - [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2073), + [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2074), [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), @@ -67065,11 +67078,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 103), [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), - [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 89), [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 89), [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), @@ -67081,7 +67094,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), @@ -67097,15 +67110,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [2395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(267), [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(301), [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), @@ -67116,34 +67129,34 @@ static const TSParseActionEntry ts_parse_actions[] = { [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 22), [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 36), [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(861), [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2093), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2079), - [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1372), - [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2073), + [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2094), + [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2080), + [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1381), + [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2074), [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1104), [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1104), [2508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1243), @@ -67152,56 +67165,56 @@ static const TSParseActionEntry ts_parse_actions[] = { [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1231), + [2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1329), [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(861), [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), - [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2073), + [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2074), [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 3), [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 3), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 19), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), @@ -67214,65 +67227,65 @@ static const TSParseActionEntry ts_parse_actions[] = { [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 3), - [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 1), [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 7), [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 4, .production_id = 3), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 3), [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 35), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 35), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 19), @@ -67283,40 +67296,40 @@ static const TSParseActionEntry ts_parse_actions[] = { [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 19), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 61), [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [2834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1186), + [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [2834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1187), [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), - [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1756), - [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1759), - [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(2073), + [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1757), + [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1761), + [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(2074), [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [2852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), @@ -67336,114 +67349,114 @@ static const TSParseActionEntry ts_parse_actions[] = { [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 35), [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 61), - [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 97), - [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), - [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), - [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 110), - [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(607), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 77), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 62), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), - [2931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1924), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [2936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1778), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 110), + [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 97), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 77), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), + [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1778), + [2915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(607), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 62), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1925), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 85), [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 85), - [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), - [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), - [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), - [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), + [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), + [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70), [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70), - [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), - [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), SHIFT(1615), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), - [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), SHIFT(1805), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 35), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), - [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), - [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), SHIFT(1929), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), - [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), - [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), - [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), - [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), + [2991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), SHIFT(1805), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), + [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), + [3006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), SHIFT(1616), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), + [3017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), SHIFT(1929), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 35), + [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), + [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), + [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), + [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), + [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), + [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), + [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70), [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70), [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), + [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), + [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), [3074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), - [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), - [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [3086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), - [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), - [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), - [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), - [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), - [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), - [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 61), - [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), - [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), + [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), + [3086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), + [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), + [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), + [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), + [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), + [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 61), + [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), + [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), [3118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), [3120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), @@ -67452,72 +67465,72 @@ static const TSParseActionEntry ts_parse_actions[] = { [3128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 117), [3130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 117), [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 117), - [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), - [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), - [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), - [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), - [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), - [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10, .production_id = 28), - [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9, .production_id = 28), - [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11, .production_id = 28), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), - [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1842), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1343), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), - [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 125), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 28), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 14), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10, .production_id = 28), + [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9, .production_id = 28), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11, .production_id = 28), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), + [3174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1341), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1842), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), + [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), + [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [3210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), + [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 28), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 13), [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 13, .production_id = 125), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 8), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), - [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 14), - [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), + [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 125), [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 14, .production_id = 125), [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 15, .production_id = 125), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [3252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 124), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 124), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 23), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 124), + [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 124), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), + [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 49), [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 37), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 8), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), @@ -67534,1125 +67547,1126 @@ static const TSParseActionEntry ts_parse_actions[] = { [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 71), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .dynamic_precedence = 1), [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 49), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1691), - [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 96), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 23), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1692), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 96), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 9, .production_id = 108), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 9, .production_id = 108), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 79), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 79), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [3457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(260), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), - [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(237), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 40), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(260), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), + [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(237), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 40), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(821), [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 23), - [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 64), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), - [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 37), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 37), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 64), [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(282), [3545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51), - [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), - [3549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1182), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), + [3549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1633), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(490), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 71), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(490), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 71), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [3569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(283), [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), - [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), - [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), - [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 35), - [3582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(132), - [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [3574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(132), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), + [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), + [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 35), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(241), - [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(135), - [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(694), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), - [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), - [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1359), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 8), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1161), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), - [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(848), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 43), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1359), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(697), - [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 61), - [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), - [3717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(871), - [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 37), - [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), - [3730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1359), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 110), - [3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(873), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 97), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 23), - [3764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1866), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1171), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), - [3790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(269), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 23), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(675), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), + [3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(135), + [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(694), + [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), + [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1360), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [3621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(848), + [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1184), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 8), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [3657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1163), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 43), + [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), + [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1360), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [3715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(697), + [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 61), + [3720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(871), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), + [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1360), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 37), + [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 110), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(873), + [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 23), + [3755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 97), + [3767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1866), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [3778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1171), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), + [3793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(269), + [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 23), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), + [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 8), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), - [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(870), - [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(136), - [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), - [3846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1627), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), - [3865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1249), - [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 36), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), - [3872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(1436), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 35), - [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 37), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 8), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(675), + [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(136), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), + [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), + [3832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(870), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 35), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), + [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(1455), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), + [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1252), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 37), [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 43), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), - [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(1023), - [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 23), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(211), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), - [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [3967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2039), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 19), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(215), - [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 22), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 86), - [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), SHIFT_REPEAT(349), - [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), - [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(225), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), - [4025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1590), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1101), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), - [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), - [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 19), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), - [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), - [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), - [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), - [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), - [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 8), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 43), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), + [3931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(1024), + [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 23), + [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 22), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [3964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(211), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), + [3969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2039), + [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), + [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 61), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(215), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), + [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 19), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 86), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), + [4021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), SHIFT_REPEAT(349), + [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 37), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(225), + [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), + [4047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1072), + [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), + [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 19), + [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), + [4056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1591), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), - [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), - [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), - [4103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(149), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [4108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(802), - [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 61), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), - [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), - [4125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(727), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(219), - [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1561), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), - [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), - [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), - [4154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1294), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 61), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), - [4189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1366), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 77), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), - [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2, .dynamic_precedence = 1), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 62), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 73), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), SHIFT_REPEAT(411), - [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 35), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), - [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 23), - [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [4303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), - [4306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 37), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), - [4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), - [4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 43), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), + [4095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), SHIFT_REPEAT(411), + [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), + [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), + [4104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(149), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(802), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), + [4126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1300), + [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), + [4131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(727), + [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), + [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(219), + [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1561), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), + [4176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), + [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 23), + [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 61), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), + [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 77), + [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 36), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), + [4192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1361), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2, .dynamic_precedence = 1), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 35), + [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), + [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 73), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), + [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 62), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), + [4281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 61), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), + [4307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), + [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 61), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [4333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1843), [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1843), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), - [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), - [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 43), - [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), - [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), - [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), - [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 61), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), - [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 35), - [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 23), - [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), - [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 93), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 35), - [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), - [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 23), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), - [4441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 97), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), - [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 37), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), - [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), - [4481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(483), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 8), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 43), - [4528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 7), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), - [4540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(558), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 110), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 61), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), + [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 43), + [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), + [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), + [4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 37), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 97), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), + [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 35), + [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 8), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), + [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 23), + [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 35), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 37), + [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 93), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 23), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), + [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 43), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 43), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), + [4537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(558), + [4540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 7), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [4546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 110), + [4548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), + [4550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(483), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), [4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), - [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), - [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 43), - [4581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), - [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), - [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 37), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 7, .production_id = 71), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [4597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [4602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), - [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), - [4610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 8), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), + [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 8), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 43), + [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), + [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [4591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), + [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), + [4599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 37), + [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 7, .production_id = 71), + [4603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), + [4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), - [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), - [4636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [4654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), + [4636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), + [4638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), + [4640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), + [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), [4656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 23), - [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2, .dynamic_precedence = 1), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [4664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), - [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(474), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 8), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [4711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 21), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 82), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), + [4660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2, .dynamic_precedence = 1), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(474), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [4675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 8), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 21), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 82), [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1), [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 81), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 81), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [4789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [4805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [4807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 21), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 21), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [4917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [4921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), [4923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), [4939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [5005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 98), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 98), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [5077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 66), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 66), [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [5099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [5127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [5203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [5223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [5313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 23), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [5315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 23), [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 37), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [5483] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [5551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 48), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [5579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(226), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [5586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 5, .production_id = 37), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [5485] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [5553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 48), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [5581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(226), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [5588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), }; #ifdef __cplusplus diff --git a/test/corpus/protected.txt b/test/corpus/protected.txt index d17c192..c4dc936 100644 --- a/test/corpus/protected.txt +++ b/test/corpus/protected.txt @@ -24,7 +24,7 @@ package body P is begin null; end E2; - entry E3 (for I in 1 .. 1) when True is + entry E3 (for I in 1 .. 1 with Import) when True is begin null; end E3; @@ -126,7 +126,11 @@ end; (term (numeric_literal)) (term - (numeric_literal)))) + (numeric_literal))) + (aspect_specification + (aspect_mark_list + (aspect_association + (identifier))))) (entry_barrier (expression (term